Files
nairobi/app/views/mailer/comment.html.erb
Juanjo Bazán c08d2cdf08 improves emails
Adds texts and i18n, ready to add design now.
Advances #221
2015-08-21 23:01:51 +02:00

7 lines
245 B
Plaintext

<%= t('mailers.comment.hi', recipient: @debate.author.name) %>
<div><%= link_to @debate.title, debate_url(@debate) %></div>
<div><%= t('mailers.comment.new_comment_by', commenter: @comment.author.name) %></div>
<div><%= @comment.body %></div>