16 lines
663 B
Text
16 lines
663 B
Text
<% content_for :message do %>
|
|
|
|
<%# i18n-tasks-use t("comment_mailer.edited_comment_notification.chapter.titled") %>
|
|
<%# i18n-tasks-use t("comment_mailer.edited_comment_notification.chapter.untitled") %>
|
|
<%# i18n-tasks-use t("comment_mailer.edited_comment_notification.content.chapter.html") %>
|
|
<%# i18n-tasks-use t("comment_mailer.edited_comment_notification.content.other.html") %>
|
|
<%# i18n-tasks-use t("comment_mailer.edited_comment_notification.content.tag.html") %>
|
|
<%= content_for_commentable_html(@comment) %>
|
|
|
|
<p>
|
|
<%= style_quote(raw(@comment.sanitized_mailer_content)) %>
|
|
</p>
|
|
|
|
<%= render 'comment_notification_footer' %>
|
|
|
|
<% end %>
|