X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8d45f1a5cfa3fa399645a50987fe06b443a9fcd0..38bcc001e307a4ed32ce4623f2992d1c8c7c3738:/app/views/site/key.html.erb diff --git a/app/views/site/key.html.erb b/app/views/site/key.html.erb index 91dfd1250..da7638948 100644 --- a/app/views/site/key.html.erb +++ b/app/views/site/key.html.erb @@ -1,13 +1,17 @@
- <%= image_tag "key/#{name}/#{entry['image']}" %> + | |
+ <% if entry["width"] && entry["height"] && entry["fill"] %> + <%= image_tag "data:image/svg+xml,#{u("")}" %> + <% else %> + <%= image_tag "key/#{name}/#{entry['image']}" %> + <% end %> | - <%= [*t(".table.entry.#{entry['name']}")].to_sentence %> + <%= Array(t(".table.entry.#{entry['name']}")).to_sentence %> |