X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b5cc4449a6502ee5868f8e85bceb90ef202e5f98..4370fe45add697f481ab88764aba8379eb3316c2:/app/views/user_mailer/gpx_success.html.erb?ds=sidebyside diff --git a/app/views/user_mailer/gpx_success.html.erb b/app/views/user_mailer/gpx_success.html.erb index ad60408bd..b7f6beadc 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,6 +1,9 @@

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

+

<%= t ".imported_successfully" %>

+ +<%= render :partial => "gpx_details" %> +

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