openstreetmap-website/app/views/user_mailer/gpx_success.text.erb
2024-07-31 19:13:08 +02:00

8 lines
269 B
Text

<%= t ".hi", :to_user => @to_user %>
<%= render :partial => "gpx_description" %>
<%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %>
<%= t ".trace_location", :trace_url => @trace_url %>
<%= t ".all_your_traces", :url => @my_traces_url %>