summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/_heading.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-25 16:20:24 -0500
committerPhil Hughes <me@iamphill.com>2016-03-18 10:26:48 +0000
commitf7e2109905ba21c4ca61e0ab74da208d18b6adeb (patch)
treeb2e8d492e7d4d68f3cd3dadfcf2bdf64d8d3a04e /app/views/projects/merge_requests/widget/_heading.html.haml
parent51ceb3802f07d82fe9fa606382cf2f1074e1cfb5 (diff)
downloadgitlab-ce-f7e2109905ba21c4ca61e0ab74da208d18b6adeb.tar.gz
Adds notifications API to MR page.
When a build status changes a notification will popup. Fixes #10851
Diffstat (limited to 'app/views/projects/merge_requests/widget/_heading.html.haml')
-rw-r--r--app/views/projects/merge_requests/widget/_heading.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/widget/_heading.html.haml b/app/views/projects/merge_requests/widget/_heading.html.haml
index b05ab869215..ccb2f9fa77e 100644
--- a/app/views/projects/merge_requests/widget/_heading.html.haml
+++ b/app/views/projects/merge_requests/widget/_heading.html.haml
@@ -4,7 +4,8 @@
= ci_status_icon(@ci_commit)
%span
Build
- = ci_status_label(@ci_commit)
+ %span.ci-status-label
+ = ci_status_label(@ci_commit)
for
= succeed "." do
= link_to @ci_commit.short_sha, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, @ci_commit.sha), class: "monospace"