Skip to content

Commit

Permalink
style hidden item filter into a switch rather than a checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Feb 2, 2024
1 parent b68e92d commit e3cda1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/problems/_filters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
<div class="row">
<div class="col">
<div class="form-check">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" name="show_ignored" value="true"
<%= "checked" if params[:show_ignored] == "true" %>
>
Expand Down

0 comments on commit e3cda1a

Please sign in to comment.