Commit 347b2b36011e4e81e7e4f9e8d74c60190e4fb2fd
1 parent
ff3183ac
Exists in
master
and in
29 other branches
ActionItem1165: check for user before using it
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/search/communities.rhtml
1 | -<% if @wizard %> | 1 | +<% if @wizard && user %> |
2 | <h2><%= _('Hello %s, now you can choose yours groups') % user.identifier %></h2> | 2 | <h2><%= _('Hello %s, now you can choose yours groups') % user.identifier %></h2> |
3 | <% else %> | 3 | <% else %> |
4 | <%= search_page_title( __('Communities'), { :query => @query, | 4 | <%= search_page_title( __('Communities'), { :query => @query, |