X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/22f7c1f721e5a77786f9f61fa219f262784757ac..6d1c10afbc3641095c515152f6ae07a0b9ddffcf:/app/views/notifier/gpx_success.html.erb?ds=inline diff --git a/app/views/notifier/gpx_success.html.erb b/app/views/notifier/gpx_success.html.erb index 1983fe71c..97267944e 100644 --- a/app/views/notifier/gpx_success.html.erb +++ b/app/views/notifier/gpx_success.html.erb @@ -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 %> +
<%= t'notifier.gpx_notification.greeting' %>
+ ++ <%= render :partial => "gpx_description" %> + <%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %> +
+<% end %>