Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-02 22:02:26 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-02 22:02:26 +0300
commit96bbe965d2bfd564d82067d1e21beac17434f525 (patch)
tree544fcf697ef5b2ba56a911d7556cc6dc58404807 /app
parent36025b67d90633e2c64c182727424dd8dce1b03f (diff)
remove redundant "data-toggle" attribute so Vue doesn't complain
Diffstat (limited to 'app')
-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>