openstreetmap-website/app/views/notifier/gpx_success.html.erb
Herve Saint-Amand 433b7c5dfa Remove that ugly style="margin: 0"
It's really only needed for rendering in Yahoo. Let's try to do without having to copy-paste that into every html template.
2017-01-13 22:58:57 +00:00

6 lines
244 B
Text

<p><%= 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>