Skip to content

Commit

Permalink
Fix checkbox class
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai authored and jjcarstens committed Oct 18, 2022
1 parent 9cd16fe commit 7731895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</span>
</label>
<div class="flex-row align-items-center">
<%= checkbox f, :delta_updatable, class: "form-control checkbox", id: "delta_updatable_input" %>
<%= checkbox f, :delta_updatable, class: "checkbox", id: "delta_updatable_input" %>
<label for="delta_updatable_input" class="color-white pl-1 m-0">Enable delta firmware updates</label>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</span>
</label>
<div class="flex-row align-items-center">
<%= checkbox f, :delta_updatable, class: "form-control checkbox", id: "delta_updatable_input" %>
<%= checkbox f, :delta_updatable, class: "checkbox", id: "delta_updatable_input" %>
<label for="delta_updatable_input" class="color-white pl-1 m-0">Enable delta firmware updates</label>
</div>

Expand Down

0 comments on commit 7731895

Please sign in to comment.