Skip to content

Commit

Permalink
Include missing bg-secondary class to make HR be red (#11465)
Browse files Browse the repository at this point in the history
* Include missing bg-secondary class to make HR be red

* Include in the footer HR as well

changelog: User-Facing Improvements, Automated Reports, Add color class to the recently added HRs
  • Loading branch information
Jeremy1026 authored Nov 7, 2024
1 parent 5be5f2d commit cc00194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/report_mailer/tables_report.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: 21,
) %>
</header>
<hr class="height-05 margin-bottom-4 border-transparent">
<hr class="height-05 margin-bottom-4 border-transparent bg-secondary">
<%= @message %><br>
<% @reports.each do |report| %>
<% header, *rows = report.table %>
Expand Down Expand Up @@ -47,4 +47,4 @@
</tbody>
</table>
<% end %>
<hr class="height-05 margin-top-4 border-transparent">
<hr class="height-05 margin-top-4 border-transparent bg-secondary">

0 comments on commit cc00194

Please sign in to comment.