We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b53557 commit cfb0f14Copy full SHA for cfb0f14
1 file changed
app/views/search/common/_facet_sidebar_filter.html.erb
@@ -3,9 +3,9 @@
3
<% active_facet_values = Array.wrap(@facet_params[facet_field]) %>
4
<% active_facet_rows, other_facet_rows = facet_rows.partition { |f| active_facet_values.include?(f.value.to_s) } %>
5
6
-<li class="sidebar-group mt-4">
7
- <ul>
8
- <% if facet_rows.any? %>
+<% if facet_rows.any? %>
+ <li class="sidebar-group mt-4">
+ <ul>
9
<%# Title %>
10
<li>
11
<div class="nav-heading filter-heading"><span class="icon icon-md filter-icon"></span>
@@ -34,6 +34,6 @@
34
<li class="expand-filters" style="display:none;">
35
<a href="#">Show N_FILTERS more</a>
36
</li>
37
- <% end %>
38
- </ul>
39
-</li>
+ </ul>
+ </li>
+<% end %>
0 commit comments