summaryrefslogtreecommitdiff
path: root/app/views/projects/tags
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-08-11 19:04:45 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-08-11 19:04:45 +0800
commit62d991c80f0b5716945912ebf2031f56da75a12b (patch)
tree5df112fefdfcaa888b35b72121c381c981c091d2 /app/views/projects/tags
parentd84aa560331a646016880e4d2c5c0a3b3d4b32a6 (diff)
downloadgitlab-ce-62d991c80f0b5716945912ebf2031f56da75a12b.tar.gz
Show latest pipeline status if what provided artifacts aren't latest
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/_download.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/tags/_download.html.haml b/app/views/projects/tags/_download.html.haml
index ba3fd4627af..10e8f77ac0c 100644
--- a/app/views/projects/tags/_download.html.haml
+++ b/app/views/projects/tags/_download.html.haml
@@ -18,7 +18,10 @@
- if artifacts.any?
%li.dropdown-header Artifacts
- unless pipeline.latest?
- = " (not latest, but #{link_to(pipeline.short_sha, namespace_project_pipeline_path(project.namespace, project, pipeline))})"
+ - latest_pipeline = @project.pipeline_for(ref)
+ %li
+ %span= latest_pipeline.status.humanize
+ %li.dropdown-header Previous Artifacts
- artifacts.each do |job|
%li
= link_to search_namespace_project_artifacts_path(project.namespace, project, ref, 'download', job: job.name), rel: 'nofollow' do