Skip to content

Commit

Permalink
[#4692] render the componenet in the numismatics form
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Jan 22, 2025
1 parent 4adcdf4 commit fa06570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/numismatics_search_form_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<%= label_tag pub_date_field.parameterize, :class => "col-sm-4 control-label advanced-facet-label" do %>Year<% end %>
<div class="col-sm-8 range_limit">
<label for="range_pub_date_start_sort_begin" class="visually-hidden">date range (starting year)</label>
<%= BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter) %>
<%= render BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter) %>
<label for="range_pub_date_start_sort_end" class="visually-hidden">date range (ending year)</label>
<%= BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter) %>
<%= render BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter) %>
</div>
</div>
<div class="mb-3 advanced-search-facet row">
Expand Down

0 comments on commit fa06570

Please sign in to comment.