Commit 16c36447d060e76b7ece1656f1f889d53968dc3e
1 parent
b9ef2ea7
Exists in
master
and in
29 other branches
[search-improvements] Rename assets_links to assets_menu
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/helpers/search_helper.rb
app/views/search/_search_form.html.erb
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <%= form_tag( { :controller => 'search', :action => @asset ? @asset : 'index', :asset => nil, :category_path => ( @category ? @category.path : nil ) }, |
4 | 4 | :method => 'get', :class => 'search_form' ) do %> |
5 | 5 | <div id='search-header'> |
6 | - <%= assets_links(@asset) %> | |
6 | + <%= assets_menu(@asset) %> | |
7 | 7 | <%= filters(@asset) %> |
8 | 8 | </div> |
9 | 9 | ... | ... |