File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < div class ="facet-pagination top row justify-content-between ">
2- <%= render 'facet_pagination' %>
3- </ div >
4-
51< div data-controller ="facet-filter ">
6- <%= render BlacklightModalComponent . new do |component | %>
7- <% component . header { facet_field_label ( @facet . key ) } %>
8- <% component . body do %>
9- <%= render 'facet_index_navigation' if @facet . index_range && @display_facet . index? %>
10- < div data-facet-filter-target ="list ">
11- <%= render_facet_limit ( @display_facet , layout : false ) %>
2+ <%= render Blacklight ::System ::ModalComponent . new do |component | %>
3+ <% component . prefix do %>
4+ < div class ="facet-pagination top row justify-content-between ">
5+ <%= render 'facet_pagination' %>
126 </ div >
137 <% end %>
8+
9+ <% component . title { facet_field_label ( @facet . key ) } %>
10+
11+ <%= render 'facet_index_navigation' if @facet . index_range && @display_facet . index? %>
12+
13+ < div class ="facet-extended-list " data-facet-filter-target ="list ">
14+ <%= render Blacklight ::FacetComponent . new ( display_facet : @display_facet ,
15+ blacklight_config : blacklight_config ,
16+ layout : false ) %>
17+ </ div >
18+
1419 <% component . footer do %>
15- < div class ="facet_pagination bottom row ">
20+ < div class ="facet-pagination bottom row justify-content-between ">
1621 < div class ="col-sm-4 ">
1722 < input type ="text " id ="filterInput " data-action ="keyup->facet-filter#filter " placeholder ="Filter... " class ="form-control form-control-sm ">
1823 </ div >
You can’t perform that action at this time.
0 commit comments