Skip to content

Commit

Permalink
Merge eaa9b3e into 490932e
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 25, 2018
2 parents 490932e + eaa9b3e commit 82c081f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/catalog/_facet_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<%= link_to facet_field_label(facet_field.key), "##{ facet_field_id(facet_field)}", "data-turbolinks": false %>
</h3>
<div id="<%= facet_field_id(facet_field) %>" class="card-body panel-collapse facet-content <%= should_collapse_facet?(facet_field) ? 'collapse' : 'show' %>">
<div class="panel-body">
<%= yield %>
</div>
<%= yield %>
</div>
</div>
</div>

0 comments on commit 82c081f

Please sign in to comment.