Skip to content

Commit

Permalink
change titles
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Sep 18, 2024
1 parent 048344c commit 47bee05
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 47bee05

Please sign in to comment.