]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_success.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / notifier / gpx_success.html.erb
index 8e240884560169671a2f9903e844db8ddaf9d370..7601a621dc752c8d427628ce601e9b873721955f 100644 (file)
@@ -1,6 +1,6 @@
-<p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+<p><%= t "notifier.gpx_notification.greeting" %></p>
 
 <p>
   <%= render :partial => "gpx_description" %>
 
 <p>
   <%= render :partial => "gpx_description" %>
-  <%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
+  <%= t "notifier.gpx_notification.success.loaded_successfully", :trace_points => @trace_points, :possible_points => @possible_points %>
 </p>
 </p>