summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-28 12:13:34 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-28 12:13:34 -0600
commit3ee67bcf25d87dff35b3f8fcfb16345b36b3d58f (patch)
tree708da2c699f69f333647f4f3cea9ba2a578c7585
parentabb122a44f750f8f4f5a784acb6e53db0743b789 (diff)
downloadgitlab-ce-3ee67bcf25d87dff35b3f8fcfb16345b36b3d58f.tar.gz
fix duplicate data-toggle attribute
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es62
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 b/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
index b195b0ef3ba..a7176e27ea1 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
@@ -28,7 +28,6 @@
data-toggle="dropdown"
title="Manual build"
data-placement="top"
- data-toggle="dropdown"
aria-label="Manual build"
>
<span v-html='svgs.iconPlay' aria-hidden="true"></span>
@@ -54,7 +53,6 @@
data-toggle="dropdown"
title="Artifacts"
data-placement="top"
- data-toggle="dropdown"
aria-label="Artifacts"
>
<i class="fa fa-download" aria-hidden="true"></i>