]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/gpx_success.html.erb
Merge remote-tracking branch 'upstream/pull/3981'
[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>