BigW Consortium Gitlab

Commit 6a2d2bd1 by Lin Jen-Shin

Add a download icon for artifacts, too. Feedback:

parent dd8afbf0
......@@ -38,4 +38,5 @@
- artifacts.each do |job|
%li
= link_to latest_succeeded_namespace_project_artifacts_path(project.namespace, project, ref, 'download', job: job.name), rel: 'nofollow' do
%i.fa.fa-download
%span Download '#{job.name}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment