X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/02aa14ffea55ef5ed4c488588a37d27bbf60f95b..69fbf2100b445eb48f82a04a4765d481a8725e1e:/app/mailers/user_mailer.rb diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 613c75879..d1ad60b2c 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -50,6 +50,7 @@ class UserMailer < ApplicationMailer @trace_description = trace.description @trace_tags = trace.tags @possible_points = possible_points + @my_traces_url = url_for(:controller => "traces", :action => "mine") mail :to => trace.user.email, :subject => t(".subject")