From b5520a9b39ce7383178f3291188cae7519572688 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 14 Apr 2024 17:19:59 +0300 Subject: [PATCH] Use body color in notes table legend --- app/views/notes/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index d93978480..8622bbf29 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -3,7 +3,7 @@

<%= 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") %>

+ :commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-body") %>

<% end %> <% if @notes.empty? %> -- 2.39.5