X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/28a39c645fd3addaeb8d00921b40308588934865..510a82230f7c070ce60ae28f245d4da29be53f15:/app/views/notes/index.html.erb?ds=sidebyside
diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb
index 8622bbf29..d5efe0d79 100644
--- a/app/views/notes/index.html.erb
+++ b/app/views/notes/index.html.erb
@@ -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 %> |