summaryrefslogtreecommitdiff
path: root/app/views/notify/new_mention_in_issue_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/new_mention_in_issue_email.html.haml')
-rw-r--r--app/views/notify/new_mention_in_issue_email.html.haml10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/views/notify/new_mention_in_issue_email.html.haml b/app/views/notify/new_mention_in_issue_email.html.haml
index 02f21baa368..6b45ac265f7 100644
--- a/app/views/notify/new_mention_in_issue_email.html.haml
+++ b/app/views/notify/new_mention_in_issue_email.html.haml
@@ -1,12 +1,4 @@
%p
You have been mentioned in an issue.
-- if current_application_settings.email_author_in_body
- %div
- #{link_to @issue.author_name, user_url(@issue.author)} wrote:
-- if @issue.description
- = markdown(@issue.description, pipeline: :email, author: @issue.author)
-
-- if @issue.assignee_id.present?
- %p
- Assignee: #{@issue.assignee_name}
+= render template: 'notify/new_issue_email'