]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/gpx_success.html.erb
Rename Notifier to UserMailer
[rails.git] / app / views / user_mailer / gpx_success.html.erb
1 <p><%= t "user_mailer.gpx_notification.greeting" %></p>
2
3 <p>
4   <%= render :partial => "gpx_description" %>
5   <%= t("user_mailer.gpx_notification.success.loaded_successfully",
6         :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
7 </p>