X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e7ddfe10846f89b5eeec4bf4f4dc03057a744009..5d79f1233b8846eefc56b9ade602a1c94493316d:/app/views/user_mailer/gpx_success.html.erb diff --git a/app/views/user_mailer/gpx_success.html.erb b/app/views/user_mailer/gpx_success.html.erb index 4354db20a..3307e471b 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,9 +1,8 @@

<%= t ".hi", :to_user => @to_user %>

-

- <%= render :partial => "gpx_description" %> - <%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %> -

+

<%= t ".loaded_successfully", :trace_points => @trace_points, :count => @possible_points %> + +<%= render :partial => "gpx_description" %>

<%= t ".all_your_traces_html", :url => link_to(@my_traces_url, @my_traces_url) %>