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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 20:52:49 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 21:57:11 +0300
commit8d2483a7c629c5e91812bacb13e2d2ede2ad3fd0 (patch)
treeec9f995ada2df9801fb975672d731a19a7b3fafa /app/assets/javascripts/cycle_analytics
parent73b8390768f1e243a16862acdbf4b8be7666acef (diff)
Fix URL to pipeline
Diffstat (limited to 'app/assets/javascripts/cycle_analytics')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es64
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6
index c6237bdcd5e..10500186586 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6
+++ b/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6
@@ -24,9 +24,9 @@
</g>
</svg>
</span>
- <a :href="build.url" class="item-build-name">{{ build.name }}</a>
+ <a :href="build.url" class="item-build-name">{{ build.name }}</a>
&middot;
- <a href="#" class="pipeline-id">#{{ build.id }}</a>
+ <a :href="build.url" class="pipeline-id">#{{ build.id }}</a>
<i class="fa fa-code-fork"></i>
<a :href="build.branch.url" class="branch-name monospace">{{ build.branch.name }}</a>
<span class="icon-branch">