Skip to content

Commit

Permalink
Merge pull request #369 from wearefuturegov/TOP-202/rename-filters
Browse files Browse the repository at this point in the history
change titles
  • Loading branch information
apricot13 authored Sep 18, 2024
2 parents 048344c + 47bee05 commit 2715538
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<div class="field">
<div class="radio">
<%= radio_button_tag "service[regular_schedules_attributes][#{sched.index}][time_type]", 'opening_time', sched.object.dtstart.blank?, class: "radio__input" %>
<%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_opening_time", 'Opening time', class: "radio__label" %>
<%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_opening_time", 'Opening hours', class: "radio__label" %>
</div>
</div>
<div class="field">
<div class="radio">
<%= radio_button_tag "service[regular_schedules_attributes][#{sched.index}][time_type]", 'event_time', sched.object.dtstart.present?, class: "radio__input" %>
<%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_event_time", 'Event time', class: "radio__label" %>
<%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_event_time", 'Event times', class: "radio__label" %>
</div>
</div>
</div>
Expand Down

0 comments on commit 2715538

Please sign in to comment.