Commit 8b5c0bc7c1605d7cdd16551763efe96d5d55b82e
1 parent
34e1099c
Exists in
stable-spb-1.4
and in
3 other branches
replace filter in search_form
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/search/_search_form.html.erb
@@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
4 | :method => 'get', :class => 'search_form' ) do %> | 4 | :method => 'get', :class => 'search_form' ) do %> |
5 | <div id='search-header'> | 5 | <div id='search-header'> |
6 | <%= assets_menu(@asset) %> | 6 | <%= assets_menu(@asset) %> |
7 | + <%= filters(@asset) %> | ||
7 | <div class="clear"></div> | 8 | <div class="clear"></div> |
8 | </div> | 9 | </div> |
9 | 10 |