X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6b8c8e8d7e9e0e9db6dff49843f069aa2f6a4530..5f2a5cadcb693b34b81a9232b8879c3b4f12843d:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index ef6251634..d5efe0d79 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -1,9 +1,9 @@ <% content_for :heading do %>
<%= t ".subheading_html", - :user => link_to(@user.display_name, user_path(@user)), + :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? %> @@ -27,9 +27,9 @@