X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9018d1af07c53b03bf8caf0480b931dc25f57147..cb16d3c33146b35be0e71204844f4d966e6ae923:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index b5af25321..d5efe0d79 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -1,6 +1,9 @@ <% content_for :heading do %> -
<%= t ".subheading_html", :user => link_to(@user.display_name, user_path(@user)) %>
+<%= 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-body") %>
<% end %> <% if @notes.empty? %> @@ -21,15 +24,15 @@ <% @notes.each do |note| -%> -