summaryrefslogtreecommitdiff
path: root/app/views/notify/new_mention_in_merge_request_email.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-03-21 09:28:47 -0600
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-05 17:44:14 +0100
commit874413cf701870a0fc1051f7c0a5fc4b4f884657 (patch)
tree6cb2917f6a72fc918c8f28d884597f36fe0de34b /app/views/notify/new_mention_in_merge_request_email.html.haml
parent79889a6aa3dc878d196d0f2f445ab6b10ef10c74 (diff)
downloadgitlab-ce-874413cf701870a0fc1051f7c0a5fc4b4f884657.tar.gz
Fix specs
Diffstat (limited to 'app/views/notify/new_mention_in_merge_request_email.html.haml')
-rw-r--r--app/views/notify/new_mention_in_merge_request_email.html.haml2
1 files changed, 1 insertions, 1 deletions
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'