1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 16:05:22 +02:00

Lint updates

This commit is contained in:
Zach Gollwitzer 2025-04-08 22:19:03 -04:00
parent 76052671b0
commit 86b5255e80
3 changed files with 3 additions and 3 deletions

View file

@ -4,4 +4,4 @@
<h2>New <%= @rule.resource_type %> rule</h2>
<%= render "rules/form", rule: @rule %>
<% end %>
<% end %>

View file

@ -8,4 +8,4 @@
<%= form.check_box attribute, { class: "sr-only peer", data: { "auto-submit-form-target": "auto" } } %>
<%= form.label attribute, "&nbsp;".html_safe, class: "switch" %>
</div>
<% end %>
<% end %>

View file

@ -20,4 +20,4 @@
<% end %>
</div>
<% end %>
</div>
</div>