diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-28 12:13:34 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-28 12:13:34 -0600 |
commit | 3ee67bcf25d87dff35b3f8fcfb16345b36b3d58f (patch) | |
tree | 708da2c699f69f333647f4f3cea9ba2a578c7585 | |
parent | abb122a44f750f8f4f5a784acb6e53db0743b789 (diff) | |
download | gitlab-ce-3ee67bcf25d87dff35b3f8fcfb16345b36b3d58f.tar.gz |
fix duplicate data-toggle attribute
-rw-r--r-- | app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 | 2 |
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> |