X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/48b85a7fee26f11217a6ef5141c1dce9ca239bb1..4c73b2651c345fa7ccc444b32377fb03c1e9c82a:/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..b7f6beadc 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,7 +1,9 @@

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

+

<%= t ".imported_successfully" %>

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

- <%= render :partial => "gpx_description" %> - <%= t(".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) %>