summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-11-10 15:52:02 +0000
committerFatih Acet <acetfatih@gmail.com>2016-11-10 15:52:02 +0000
commitd366a943ffe2ae6c3599c2ebc4469d49a103bacb (patch)
treeb86207084af4da960323defbbbe396f6ccacd849
parent87cc458a22e0cf91ca5ffe5b988077ec41e59404 (diff)
parent6d43fb077d3e00d5a81799638f14e502fc975d10 (diff)
downloadgitlab-ce-d366a943ffe2ae6c3599c2ebc4469d49a103bacb.tar.gz
Merge branch 'hide-graph-btn' into 'master'
Make toggle pipeline btn into button element Toggle pipeline graph button was a `div` instead of a `button` :frowning2: See merge request !7404
-rw-r--r--app/views/projects/commit/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml
index d6916fb7f1a..062a8905a19 100644
--- a/app/views/projects/commit/_pipeline.html.haml
+++ b/app/views/projects/commit/_pipeline.html.haml
@@ -1,7 +1,7 @@
.pipeline-graph-container
.row-content-block.build-content.middle-block.pipeline-actions
.pull-right
- .btn.btn-grouped.btn-white.toggle-pipeline-btn
+ %button.btn.btn-grouped.btn-white.toggle-pipeline-btn
%span.toggle-btn-text Hide
%span pipeline graph
%span.caret