summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-02-09 12:12:44 +0000
committerDouwe Maan <douwe@gitlab.com>2016-02-09 12:12:44 +0000
commite0f923a1722e99fc54f01513474fe1ace414ccfd (patch)
tree72f630c2e5a338d648a8eb6954f1ad528a36a623
parent2837f5c179ebef57de4cbaa7587173d35a4cb397 (diff)
parentd38c17739e99635ee2ee5d82659cc6102431c162 (diff)
downloadgitlab-ce-e0f923a1722e99fc54f01513474fe1ace414ccfd.tar.gz
Merge branch 'add-tooltip-to-stuck-builds' into 'master'
Add a tooltip to the stuck warning build symbol We want to give people an idea of what is wrong with their build, we do this by adding a tooltip telling them where they can find more information about their broken builds. Fixes #10919 See merge request !2680
-rw-r--r--app/views/projects/commit_statuses/_commit_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit_statuses/_commit_status.html.haml b/app/views/projects/commit_statuses/_commit_status.html.haml
index 2e3c956ddc4..943b025c80f 100644
--- a/app/views/projects/commit_statuses/_commit_status.html.haml
+++ b/app/views/projects/commit_statuses/_commit_status.html.haml
@@ -15,7 +15,7 @@
%strong ##{commit_status.id}
- if commit_status.show_warning?
- %i.fa.fa-warning.text-warning
+ %i.fa.fa-warning.text-warning{data: { toggle: "tooltip" }, title: "This build is stuck, open it to know more"}
- if defined?(commit_sha) && commit_sha
%td