diff --git a/app/views/search/communities.rhtml b/app/views/search/communities.rhtml index 301d7a1..a278b74 100644 --- a/app/views/search/communities.rhtml +++ b/app/views/search/communities.rhtml @@ -1,4 +1,4 @@ -<% if @wizard %> +<% if @wizard && user %>

<%= _('Hello %s, now you can choose yours groups') % user.identifier %>

<% else %> <%= search_page_title( __('Communities'), { :query => @query, -- libgit2 0.21.2