]> git.openstreetmap.org Git - rails.git/blobdiff - app/mailers/user_mailer.rb
Link to trace pages from successful import emails
[rails.git] / app / mailers / user_mailer.rb
index 8ca186aad92141dcc235c9d7f1b634b3e93c7c1d..613c758792481af67da2f661bb3a707682eb25e0 100644 (file)
@@ -44,6 +44,7 @@ class UserMailer < ApplicationMailer
   def gpx_success(trace, possible_points)
     with_recipient_locale trace.user do
       @to_user = trace.user.display_name
+      @trace_url = show_trace_url(trace.user, trace)
       @trace_name = trace.name
       @trace_points = trace.size
       @trace_description = trace.description