Adds styles to comment and reply emails

This commit is contained in:
Alberto Garcia Cabeza
2015-08-26 18:51:29 +02:00
parent 46bd0f2c7f
commit 4e8b281a23
8 changed files with 89 additions and 20 deletions

View File

@@ -1,8 +1,10 @@
en:
mailers:
comment:
hi: "Hello, %{recipient}"
new_comment_by: "There'is a new comment by %{commenter}"
hi: Hello
title: New comment on your debate
new_comment_by_html: "There'is a new comment by <b<%{commenter}</b> on"
reply:
hi: "Hello, %{recipient}"
new_reply_by: "There'is a new reply by %{commenter} to your comment"
hi: Hello
title: New reply on your comment
new_reply_by_html: "There'is a new reply by <b>%{commenter}</b> to your comment on"