X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52591c55610b656cca3ef37269a8eef713368fc6..b8f5a495f21b8d3572ed6184121d845b9ed1ec4c:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index 2eb99b812..d93978480 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -1,6 +1,9 @@ <% content_for :heading do %>

<%= t ".heading", :user => @user.display_name %>

-

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

<% end %> <% if @notes.empty? %> @@ -21,7 +24,7 @@ <% @notes.each do |note| -%> - class="creator"<% end %>> + class="table-primary"<% end %>> <% if note.closed? %> <%= image_tag("closed_note_marker.png", :alt => "closed", :size => "25x40") %>