assemblymade/coderwall

View on GitHub
app/views/notifier_mailer/comment_reply.text.erb

Summary

Maintainability
Test Coverage
Hey <%= @user.short_name %>,

<%= @commentor.username %> replied to your comment on the pro tip: <%= @comment.protip.title %>

<%= @comment.body %>

View/Reply: <%= protip_url(@comment.protip.public_id, :reply_to => "@#{@commentor.username}") + "#comment_#{@comment.id}" %>

<%= NotifierMailer::SPAM_NOTICE %>