From: Herve Saint-Amand Date: Wed, 8 Feb 2017 22:37:00 +0000 (+0000) Subject: Better alt text for the logo X-Git-Tag: live~3598^2~10 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/68b1d339174cfde65ec8f99b53d2d8f0ba9a88c9 Better alt text for the logo This is what clients that block images will display, so shorter is better. --- diff --git a/app/views/layouts/notifier.html.erb b/app/views/layouts/notifier.html.erb index 3f60696f3..437bd061d 100644 --- a/app/views/layouts/notifier.html.erb +++ b/app/views/layouts/notifier.html.erb @@ -10,7 +10,7 @@ - <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %> + <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>