X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32ab099c3504c0a9de14ae857c0fe76990bdfc37..cb16d3c33146b35be0e71204844f4d966e6ae923:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index d93978480..d5efe0d79 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -3,7 +3,7 @@

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

+ :commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-body") %>

<% end %> <% if @notes.empty? %> @@ -27,9 +27,9 @@ class="table-primary"<% end %>> <% if note.closed? %> - <%= image_tag("closed_note_marker.png", :alt => "closed", :size => "25x40") %> + <%= image_tag("closed_note_marker.svg", :alt => "closed", :width => 25, :height => 40) %> <% else %> - <%= image_tag("open_note_marker.png", :alt => "open", :size => "25x40") %> + <%= image_tag("open_note_marker.svg", :alt => "open", :width => 25, :height => 40) %> <% end %> <%= link_to note.id, note %>