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 %>