Use body color in notes table legend

This commit is contained in:
Anton Khorev 2024-04-14 17:19:59 +03:00
parent df77a93758
commit b5520a9b39

View file

@ -3,7 +3,7 @@
<p><%= t ".subheading_html",
:user => link_to(@user.display_name, @user),
:submitted => tag.span(t(".subheading_submitted"), :class => "px-2 py-1 bg-primary bg-opacity-25"),
:commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-white") %></p>
:commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-body") %></p>
<% end %>
<% if @notes.empty? %>