From 86b5255e80c83e4bd7dd03f77baec285c38b52be Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Tue, 8 Apr 2025 22:19:03 -0400 Subject: [PATCH] Lint updates --- app/views/rules/new.html.erb | 2 +- app/views/shared/_toggle_form.html.erb | 2 +- app/views/shared/notifications/_cta.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/rules/new.html.erb b/app/views/rules/new.html.erb index 592e2da9..334ae8a0 100644 --- a/app/views/rules/new.html.erb +++ b/app/views/rules/new.html.erb @@ -4,4 +4,4 @@

New <%= @rule.resource_type %> rule

<%= render "rules/form", rule: @rule %> -<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/shared/_toggle_form.html.erb b/app/views/shared/_toggle_form.html.erb index 958749bc..a5d1ed25 100644 --- a/app/views/shared/_toggle_form.html.erb +++ b/app/views/shared/_toggle_form.html.erb @@ -8,4 +8,4 @@ <%= form.check_box attribute, { class: "sr-only peer", data: { "auto-submit-form-target": "auto" } } %> <%= form.label attribute, " ".html_safe, class: "switch" %> -<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/shared/notifications/_cta.html.erb b/app/views/shared/notifications/_cta.html.erb index 8d2eecbe..b9c431ff 100644 --- a/app/views/shared/notifications/_cta.html.erb +++ b/app/views/shared/notifications/_cta.html.erb @@ -20,4 +20,4 @@ <% end %> <% end %> - \ No newline at end of file +