]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_success.html.erb
Whitespace fixes for notifier erb views
[rails.git] / app / views / notifier / gpx_success.html.erb
index d298bd70a0c9f3690be86482224a663590f75ad6..71611a0887b7783252391e87a87c3d8ee11dc482 100644 (file)
@@ -1,6 +1,6 @@
-<p><%= 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>