From 843f3515e5619120ca2c65954a011845225a31f1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 22:00:25 -0400 Subject: Tweaked comment email --- app/views/comment_mailer/new_comment_email.html.haml | 1 - app/views/comment_mailer/new_comment_email.text.erb | 3 --- 2 files changed, 4 deletions(-) (limited to 'app/views') 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 @@ -%h1 Four Island %p A comment has been posted on = 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 @@ -Four Island -=========== - A comment has been posted on <%= @comment.blog.title %> by the following user: * Name: <%= @comment.username %> -- cgit 1.4.1