summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_build_failed.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/widget/open/_build_failed.html.haml')
-rw-r--r--app/views/projects/merge_requests/widget/open/_build_failed.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/widget/open/_build_failed.html.haml b/app/views/projects/merge_requests/widget/open/_build_failed.html.haml
new file mode 100644
index 00000000000..14f51af5360
--- /dev/null
+++ b/app/views/projects/merge_requests/widget/open/_build_failed.html.haml
@@ -0,0 +1,6 @@
+%h4
+ = icon('exclamation-triangle')
+ The build for this merge request failed
+
+%p
+ Please retry the build or push a new commit to fix the failure.