summaryrefslogtreecommitdiff
path: root/app/views/projects/buttons/_artifacts.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/buttons/_artifacts.html.haml')
-rw-r--r--app/views/projects/buttons/_artifacts.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/projects/buttons/_artifacts.html.haml b/app/views/projects/buttons/_artifacts.html.haml
deleted file mode 100644
index a52677ebf0a..00000000000
--- a/app/views/projects/buttons/_artifacts.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-- pipeline = project.pipelines.latest_successful_for(ref)
-- if pipeline
- - artifacts = pipeline.builds.latest.with_artifacts
- - if artifacts.any?
- %li.dropdown-header Artifacts
- - unless pipeline.latest?
- - latest_pipeline = project.pipeline_for(ref)
- %li
- .unclickable= ci_status_for_statuseable(latest_pipeline)
- %li.dropdown-header Previous Artifacts
- - artifacts.each do |job|
- %li
- = link_to latest_succeeded_namespace_project_artifacts_path(project.namespace, project, ref, 'download', job: job.name), rel: 'nofollow' do
- %span Download '#{job.name}'