assemblymade/coderwall

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

Summary

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

<%= @commentor.username %> has commented on your pro tip: <%= @comment.protip.title %>

<%= @comment.body %>

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

<%= NotifierMailer::SPAM_NOTICE %>