]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_success.html.erb
Dressed up note comment messages
[rails.git] / app / views / notifier / gpx_success.html.erb
index 1983fe71c2e563d1ef58ff42c75fb7be1d8c0497..97267944e8776515923840ab705235774f992084 100644 (file)
@@ -1,2 +1,8 @@
-<%= render :partial => "gpx_description" %>
-<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
+<% content_for :body do %>
+  <p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+
+  <p>
+    <%= render :partial => "gpx_description" %>
+    <%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
+  </p>
+<% end %>