From 31919c132a802ff529aac8342963bf7ed5178722 Mon Sep 17 00:00:00 2001 From: Jeremy Curcio Date: Thu, 7 Nov 2024 08:50:48 -0500 Subject: [PATCH 1/2] Include missing bg-secondary class to make HR be red --- app/views/report_mailer/tables_report.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/report_mailer/tables_report.html.erb b/app/views/report_mailer/tables_report.html.erb index f102bfea68c..d19beb4159a 100644 --- a/app/views/report_mailer/tables_report.html.erb +++ b/app/views/report_mailer/tables_report.html.erb @@ -10,7 +10,7 @@ height: 21, ) %> -
+
<%= @message %>
<% @reports.each do |report| %> <% header, *rows = report.table %> From 3e65533e06ff8f63976e99853f043a3dbea04a0b Mon Sep 17 00:00:00 2001 From: Jeremy Curcio Date: Thu, 7 Nov 2024 09:21:40 -0500 Subject: [PATCH 2/2] Include in the footer HR as well changelog: User-Facing Improvements, Automated Reports, Add color class to the recently added HRs --- app/views/report_mailer/tables_report.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/report_mailer/tables_report.html.erb b/app/views/report_mailer/tables_report.html.erb index d19beb4159a..403db2ce5fa 100644 --- a/app/views/report_mailer/tables_report.html.erb +++ b/app/views/report_mailer/tables_report.html.erb @@ -47,4 +47,4 @@ <% end %> -
+