Skip to content

Commit

Permalink
remove surplus line
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusPirvulescu committed Sep 7, 2024
1 parent e2d48cf commit f9ab1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/case_contacts/form/details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<h5 classs="mb-3"><label>a. Was contact made?</label></h5>
<div class="form-check radio-style mb-20">
<%= form.radio_button :contact_made, true,
checked: true,
required: true,
class: ["form-check-input", "case-contacts-form-checkbox"] %>
<%= form.label "Yes", class: "form-check-label",
Expand Down

0 comments on commit f9ab1fa

Please sign in to comment.