]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/gpx_success.html.erb
Merge remote-tracking branch 'upstream/pull/4272'
[rails.git] / app / views / user_mailer / gpx_success.html.erb
1 <p><%= t ".hi", :to_user => @to_user %></p>
2
3 <p>
4   <%= render :partial => "gpx_description" %>
5   <%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %>
6 </p>
7
8 <p>
9   <%= t ".all_your_traces_html", :url => link_to(@my_traces_url, @my_traces_url) %>
10 </p>