summaryrefslogtreecommitdiff
path: root/app/views/notify/merge_request_unmergeable_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/merge_request_unmergeable_email.html.haml')
-rw-r--r--app/views/notify/merge_request_unmergeable_email.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/notify/merge_request_unmergeable_email.html.haml b/app/views/notify/merge_request_unmergeable_email.html.haml
new file mode 100644
index 00000000000..e84905a5fad
--- /dev/null
+++ b/app/views/notify/merge_request_unmergeable_email.html.haml
@@ -0,0 +1,6 @@
+%p
+ Merge Request #{link_to @merge_request.to_reference, project_merge_request_url(@merge_request.target_project, @merge_request)} can no longer be merged due to the following #{pluralize(@reasons, 'reason')}:
+
+ %ul
+ - @reasons.each do |reason|
+ %li= reason