about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 22:00:25 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 22:00:25 -0400
commit843f3515e5619120ca2c65954a011845225a31f1 (patch)
treedd91595b5eb383e5ee2556b15fe264539c15f42e /app/views
parent9ad3bca2ea475b709c8311ab25194e4578c1a0d9 (diff)
downloadthoughts-843f3515e5619120ca2c65954a011845225a31f1.tar.gz
thoughts-843f3515e5619120ca2c65954a011845225a31f1.tar.bz2
thoughts-843f3515e5619120ca2c65954a011845225a31f1.zip
Tweaked comment email
Diffstat (limited to 'app/views')
-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 %>