X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/96f426a2eaa6009496b0f51934a497b3c970db97..6c0366d2a2407184715ab97bc01410040b9612f5:/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 78af1166c..3307e471b 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,7 +1,9 @@ -

<%= t "user_mailer.gpx_notification.greeting" %>

+

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

+ +

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

- <%= render :partial => "gpx_description" %> - <%= t("user_mailer.gpx_notification.success.loaded_successfully", - :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %> + <%= t ".all_your_traces_html", :url => link_to(@my_traces_url, @my_traces_url) %>