]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/gpx_success.html.erb
Dressed up note comment messages
[rails.git] / app / views / notifier / gpx_success.html.erb
1 <% content_for :body do %>
2   <p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
3
4   <p>
5     <%= render :partial => "gpx_description" %>
6     <%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
7   </p>
8 <% end %>