]> git.openstreetmap.org Git - rails.git/commitdiff
Better alt text for the logo
authorHerve Saint-Amand <git@saintamh.org>
Wed, 8 Feb 2017 22:37:00 +0000 (22:37 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Wed, 8 Feb 2017 22:37:00 +0000 (22:37 +0000)
This is what clients that block images will display, so shorter is better.

app/views/layouts/notifier.html.erb

index 3f60696f39828e7f9a6ea56a92a036de7d6660e0..437bd061d29d253f24d85ee2604936e4d72655ae 100644 (file)
@@ -10,7 +10,7 @@
             <tr>
               <td style="width: 30px; padding: 10px 10px 10px 0px">
                 <a href="<%= @root_url %>" target="_blank">
-                  <%= 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" %>
                 </a>
               </td>
               <td style="width: 550px; padding: 0px; text-align: left">