diff options
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/new_mention_in_issue_email.html.haml | 2 | ||||
-rw-r--r-- | app/views/notify/new_mention_in_merge_request_email.html.haml | 2 |
2 files changed, 2 insertions, 2 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 d7c22219285..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,4 +1,4 @@ %p You have been mentioned in an issue. -= render template: 'new_issue_email' += render template: 'notify/new_issue_email' diff --git a/app/views/notify/new_mention_in_merge_request_email.html.haml b/app/views/notify/new_mention_in_merge_request_email.html.haml index 07d8c301988..b061f9c106e 100644 --- a/app/views/notify/new_mention_in_merge_request_email.html.haml +++ b/app/views/notify/new_mention_in_merge_request_email.html.haml @@ -1,4 +1,4 @@ %p You have been mentioned in Merge Request #{@merge_request.to_reference} -= render template: 'new_merge_request_email' += render template: 'notify/new_merge_request_email' |