Commit 6a2d2bd1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Add a download icon for artifacts, too. Feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14400694
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