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
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es64
1 files changed, 2 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 65aa3ff07d2..f658cfd077c 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
@@ -37,7 +37,7 @@
<a
rel="nofollow"
data-method="post"
- :href='action.url'
+ :href='action.path'
title="Manual build"
>
<span v-html='svgs.iconPlay'></span>
@@ -60,7 +60,7 @@
<li v-for='artifact in pipeline.details.artifacts'>
<a
rel="nofollow"
- :href='artifact.url'
+ :href='artifact.path'
>
<i class="fa fa-download"></i>
<span>{{download(artifact.name)}}</span>