From d84255317757524be31a7690917350df67c0b419 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 23 Oct 2023 06:33:49 +0000 Subject: [PATCH] Silence warning we don't want --- app/views/_tailwind/applications/_application.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/_tailwind/applications/_application.html.erb b/app/views/_tailwind/applications/_application.html.erb index 5656eef9e..3ba731e21 100644 --- a/app/views/_tailwind/applications/_application.html.erb +++ b/app/views/_tailwind/applications/_application.html.erb @@ -5,9 +5,7 @@

<%# Local variable highlights is optional. Only use it if it is there %> <% if local_assigns.key? :highlights %> - <%# rubocop:disable Rails/OutputSafety %> - <%= local_assigns[:highlights][:description].html_safe %> - <%# rubocop:enable Rails/OutputSafety %> + <%= local_assigns[:highlights][:description].html_safe %><%# erblint:disable Rubocop %> <% else %> <%= application.description %> <% end %>