diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-08 06:08:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-08 06:08:57 +0000 |
commit | a69bb17d1e46f2816c3406d24c4dcdcb6d479935 (patch) | |
tree | d8bfa389bf8df6cc3e26a14aa68a2a14ec916e5b /app/views/projects/buttons | |
parent | 6d266accebb0f79be591005ee5f1fc7c38e29a0a (diff) | |
download | gitlab-ce-a69bb17d1e46f2816c3406d24c4dcdcb6d479935.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/buttons')
-rw-r--r-- | app/views/projects/buttons/_download.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/buttons/_download.html.haml b/app/views/projects/buttons/_download.html.haml index 1d0ad6dcde6..c04687bd846 100644 --- a/app/views/projects/buttons/_download.html.haml +++ b/app/views/projects/buttons/_download.html.haml @@ -17,7 +17,7 @@ %section.border-top.pt-1.mt-1 %h5.m-0.dropdown-bold-header= _('Download artifacts') - unless pipeline.latest? - %span.unclickable= ci_status_for_statuseable(project.pipeline_for(ref)) + %span.unclickable= ci_status_for_statuseable(project.latest_pipeline(ref)) %h6.m-0.dropdown-header= _('Previous Artifacts') %ul - pipeline.latest_builds_with_artifacts.each do |job| |