]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_gpx_description.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / notifier / _gpx_description.html.erb
index 2825799197f2a8a3f779c25b02be377342de087f..de67f6005bb83cb6d5717b33724c5a780ae887cf 100644 (file)
@@ -1,14 +1,12 @@
-<%= t'notifier.gpx_notification.greeting' %>
-
-<%= t'notifier.gpx_notification.your_gpx_file' %>
-
-  <%= @trace_name %>
-
-<%= t'notifier.gpx_notification.with_description' %>
-
-  <%= @trace_description %>
+<%= t "notifier.gpx_notification.your_gpx_file" %>
+<strong><%= @trace_name %></strong>
+<%= t "notifier.gpx_notification.with_description" %>
+<em><%= @trace_description %></em>
 <% if @trace_tags.length>0 %>
-<%= t'notifier.gpx_notification.and_the_tags' %>
-<% @trace_tags.each do |tag| %>
-  <%= tag.tag.rstrip %><% end %><% else %>
-<%= t'notifier.gpx_notification.and_no_tags' %><% end %>
+  <%= t "notifier.gpx_notification.and_the_tags" %>
+  <em><% @trace_tags.each do |tag| %>
+    <%= tag.tag.rstrip %>
+  <% end %></em>
+<% else %>
+  <%= t "notifier.gpx_notification.and_no_tags" %>
+<% end %>