diff --git a/app/views/mailer/comment_response.text.erb b/app/views/mailer/comment_response.text.erb index 14906d3..bdb4fb8 100644 --- a/app/views/mailer/comment_response.text.erb +++ b/app/views/mailer/comment_response.text.erb @@ -6,7 +6,10 @@ From: <%= raw @comment.user.name %> <%= raw @comment.content %> --- -To view the full comment: <%= episode_url(@comment.episode, :view => "comments") %> +To view the full comment: <%= episode_url(@comment.episode, :anchor => "comment_#{comment.id}") %> + +If you don't want to receive emails for future comment replies then please update your personal settings here: +<%= edit_user_url(@user.id) %> To unsubscribe from future emails from RailsCasts, just click this link: <%= unsubscribe_url(@user.generated_unsubscribe_token) %>