]> git.openstreetmap.org Git - rails.git/commitdiff
Use body color in notes table legend
authorAnton Khorev <tony29@yandex.ru>
Sun, 14 Apr 2024 14:19:59 +0000 (17:19 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 14 Apr 2024 14:19:59 +0000 (17:19 +0300)
app/views/notes/index.html.erb

index d93978480e8bfe2b4d98094d88640a73d58514b0..8622bbf2974e07bef84fa21033c205c8e1d6fb52 100644 (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? %>