openstreetmap-website/app/views/notifier/gpx_success.html.erb
2019-03-27 16:15:19 +00:00

6 lines
246 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>