about summary refs log tree commit diff stats
path: root/app/views/comment_mailer
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/comment_mailer')
-rw-r--r--app/views/comment_mailer/new_comment_email.html.haml1
-rw-r--r--app/views/comment_mailer/new_comment_email.text.erb3
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 @@
1Four Island
2===========
3
4A comment has been posted on <%= @comment.blog.title %> by the following user: 1A comment has been posted on <%= @comment.blog.title %> by the following user:
5 2
6* Name: <%= @comment.username %> 3* Name: <%= @comment.username %>