diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-12 22:00:25 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-12 22:00:25 -0400 |
commit | 843f3515e5619120ca2c65954a011845225a31f1 (patch) | |
tree | dd91595b5eb383e5ee2556b15fe264539c15f42e /app/views/comment_mailer | |
parent | 9ad3bca2ea475b709c8311ab25194e4578c1a0d9 (diff) | |
download | thoughts-843f3515e5619120ca2c65954a011845225a31f1.tar.gz thoughts-843f3515e5619120ca2c65954a011845225a31f1.tar.bz2 thoughts-843f3515e5619120ca2c65954a011845225a31f1.zip |
Tweaked comment email
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 %> |