X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d69ae84963466634cf518a4f1ec38bf914663ed0..28a39c645fd3addaeb8d00921b40308588934865:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index ef6251634..8622bbf29 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? %>