X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4:/app/views/notifier/_gpx_description.html.erb?ds=sidebyside
diff --git a/app/views/notifier/_gpx_description.html.erb b/app/views/notifier/_gpx_description.html.erb
index 282579919..8d44336c9 100644
--- a/app/views/notifier/_gpx_description.html.erb
+++ b/app/views/notifier/_gpx_description.html.erb
@@ -1,14 +1,12 @@
-<%= t'notifier.gpx_notification.greeting' %>
-
<%= t'notifier.gpx_notification.your_gpx_file' %>
-
- <%= @trace_name %>
-
+<%= @trace_name %>
<%= t'notifier.gpx_notification.with_description' %>
-
- <%= @trace_description %>
+<%= @trace_description %>
<% 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' %>
+ <% @trace_tags.each do |tag| %>
+ <%= tag.tag.rstrip %>
+ <% end %>
+<% else %>
+ <%= t'notifier.gpx_notification.and_no_tags' %>
+<% end %>