Skip to content

Commit

Permalink
valid html
Browse files Browse the repository at this point in the history
  • Loading branch information
thejonroberts committed Oct 6, 2024
1 parent afd0915 commit f296ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/components/form/hour_minute_duration_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<%= @form.number_field :duration_hours,
min: 0,
class: "form-control",
size: "10",
style: "background:white",
value: @hour_value,
required: true %>
Expand All @@ -14,7 +13,6 @@
<%= @form.number_field :duration_minutes,
min: 0,
class: "form-control",
size: "10",
style: "background:white",
value: @minute_value,
required: true %>
Expand Down
6 changes: 3 additions & 3 deletions app/views/case_contacts/form/details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@

<!--MEDIUM-->
<fieldset class="form-group mb-20">
<h3>
<legend class="mb-3">Contact Medium</legend>
</h3>
<legend>
<h3>Contact Medium<span class="red-letter">*</span></h3>
</legend>
<%= form.collection_radio_buttons(:medium_type, contact_mediums, 'value', 'label') do |b| %>
<div class="form-check form-check-inline radio-style">
<%= b.radio_button(class: "form-check-input") %>
Expand Down

0 comments on commit f296ace

Please sign in to comment.