openstreetmap-website/app/views/notifier/gpx_success.html.erb
2019-11-17 16:08:38 -02:00

7 lines
283 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, :count => @possible_points) %>
</p>