Skip to content

Commit

Permalink
uncheck :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlge committed Sep 29, 2024
1 parent be48fe4 commit b4d21ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/assessments/_install_assessment_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<b class="install-failure-p">
Failed to Install
</b>
<label>
<%= check_box_tag asmt_file, asmt_file, true, class: 'cbox', id: "#{asmt_file}_checkbox" %>
<label class="assessment-checkbox">
<%= check_box_tag asmt_file, asmt_file, false, class: 'cbox', id: "#{asmt_file}_checkbox" %>
<span />
</label>
<%= asmt_file %>
Expand Down

0 comments on commit b4d21ba

Please sign in to comment.