diff options
Diffstat (limited to 'app/views/comment_mailer')
-rw-r--r-- | app/views/comment_mailer/new_comment_email.html.haml | 1 | ||||
-rw-r--r-- | app/views/comment_mailer/new_comment_email.text.erb | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app/views/comment_mailer/new_comment_email.html.haml b/app/views/comment_mailer/new_comment_email.html.haml index bd9e91c..d16a9ca 100644 --- a/app/views/comment_mailer/new_comment_email.html.haml +++ b/app/views/comment_mailer/new_comment_email.html.haml | |||
@@ -1,4 +1,3 @@ | |||
1 | %h1 Four Island | ||
2 | %p | 1 | %p |
3 | A comment has been posted on | 2 | A comment has been posted on |
4 | = link_to @comment.blog.title, @comment.blog | 3 | = link_to @comment.blog.title, @comment.blog |
diff --git a/app/views/comment_mailer/new_comment_email.text.erb b/app/views/comment_mailer/new_comment_email.text.erb index e37046f..334d087 100644 --- a/app/views/comment_mailer/new_comment_email.text.erb +++ b/app/views/comment_mailer/new_comment_email.text.erb | |||
@@ -1,6 +1,3 @@ | |||
1 | Four Island | ||
2 | =========== | ||
3 | |||
4 | A comment has been posted on <%= @comment.blog.title %> by the following user: | 1 | A comment has been posted on <%= @comment.blog.title %> by the following user: |
5 | 2 | ||
6 | * Name: <%= @comment.username %> | 3 | * Name: <%= @comment.username %> |