X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..d5efa4c357c1f39181f9af96024eaacbb6bd328b:/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 73afa4295..4354db20a 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -2,6 +2,9 @@

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

+ +

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