Commit 92ff84389813cc3769ef0d02a59c088e42649a30
1 parent
573967e9
Exists in
stable-spb-1.4
and in
4 other branches
Fix missing title in catalog
- Remove unecessary filter
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
app/views/search/_search_form.html.erb
@@ -4,7 +4,6 @@ | @@ -4,7 +4,6 @@ | ||
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) %> | ||
8 | <div class="clear"></div> | 7 | <div class="clear"></div> |
9 | </div> | 8 | </div> |
10 | 9 |
app/views/search/search_page.html.erb