improves emails
Adds texts and i18n, ready to add design now. Advances #221
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Hello,
|
||||
<%= t('mailers.comment.hi', recipient: @debate.author.name) %>
|
||||
|
||||
<div><%= @comment.author.name %></div>
|
||||
<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>
|
||||
|
||||
<div><%= link_to @debate.title, debate_url(@debate) %></div>
|
||||
@@ -1,7 +1,6 @@
|
||||
Hello,
|
||||
<%= t('mailers.reply.hi', recipient: @recipient.name) %>
|
||||
|
||||
<div><%= @reply.author.name %></div>
|
||||
<div><%= link_to @debate.title, debate_url(@debate) %></div>
|
||||
<div><%= t('mailers.reply.new_reply_by', commenter: @reply.author.name) %></div>
|
||||
|
||||
<div><%= @reply.body %></div>
|
||||
|
||||
<div><%= link_to @debate.title, debate_url(@debate) %></div>
|
||||
Reference in New Issue
Block a user