Commit 8b5c0bc7c1605d7cdd16551763efe96d5d55b82e

Authored by Thiago Ribeiro
1 parent 34e1099c

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 4 :method => 'get', :class => 'search_form' ) do %>
5 5 <div id='search-header'>
6 6 <%= assets_menu(@asset) %>
  7 + <%= filters(@asset) %>
7 8 <div class="clear"></div>
8 9 </div>
9 10  
... ...