]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/notifier.html.erb
erblint: use hash rocket syntax
[rails.git] / app / views / layouts / notifier.html.erb
index 883f1b385acaeaa73fab4a3bebcd8723ebe16532..21b4e35ceb95a65cfb7910968ccaf6093a822461 100644 (file)
@@ -12,7 +12,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", 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>
               <%# the "width: 100%" here looks wrong, but I couldn't find a better way of making Outlook give this cell full width %>