Use body color in notes table legend
This commit is contained in:
parent
df77a93758
commit
b5520a9b39
1 changed files with 1 additions and 1 deletions
|
@ -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? %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue