summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-03-17 19:31:36 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2018-03-22 15:18:48 -0600
commitf3dbc57e3f70f3d3747dc626bc2b2b4ce3110fbe (patch)
tree04ae0d0f053570f35cdd1e164b59e78f2df8e049
parenta1a01da9a4dfc2c64c98de567842091b256092bc (diff)
downloadgitlab-ce-f3dbc57e3f70f3d3747dc626bc2b2b4ce3110fbe.tar.gz
Allow html in the tooltip of CI job status in one more place
-rw-r--r--app/views/ci/status/_dropdown_graph_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/status/_dropdown_graph_badge.html.haml b/app/views/ci/status/_dropdown_graph_badge.html.haml
index 5d4a9383641..c51fcc285f5 100644
--- a/app/views/ci/status/_dropdown_graph_badge.html.haml
+++ b/app/views/ci/status/_dropdown_graph_badge.html.haml
@@ -11,7 +11,7 @@
%span.ci-build-text= subject.name
- else
- .menu-item.mini-pipeline-graph-dropdown-item{ data: { toggle: 'tooltip', title: tooltip, container: 'body' } }
+ .menu-item.mini-pipeline-graph-dropdown-item{ data: { toggle: 'tooltip', html: true, title: tooltip, container: 'body' } }
%span{ class: klass }= sprite_icon(status.icon)
%span.ci-build-text= subject.name