Skip to content

Commit

Permalink
Remove unnecessary panel-body div
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 18, 2018
1 parent fed4685 commit d98c38c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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-block panel-collapse facet-content <%= should_collapse_facet?(facet_field) ? 'collapse' : 'show' %>">
<div class="panel-body">
<%= yield %>
</div>
<%= yield %>
</div>
</div>

0 comments on commit d98c38c

Please sign in to comment.