Commit 9ac3e5dabfe513a467c4162abc6dab49a1bbe1c1
1 parent
58babac3
Exists in
master
and in
22 other branches
ActionItem516: displaying name of the category
if there is one git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2131 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/views/search/people.rhtml
1 | <% if @query.blank? %> | 1 | <% if @query.blank? %> |
2 | <h1> | 2 | <h1> |
3 | + <% if @category %> | ||
4 | + <%= @category.name %>:<br/> | ||
5 | + <% end %> | ||
6 | + | ||
3 | <%= @asset_name %> | 7 | <%= @asset_name %> |
4 | <% if params[:initial] %> | 8 | <% if params[:initial] %> |
5 | <%= '(%s)' % params[:initial].upcase %> | 9 | <%= '(%s)' % params[:initial].upcase %> |