Add a download icon for artifacts, too. Feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14400694
This commit is contained in:
Lin Jen-Shin 2016-08-25 15:41:37 +08:00
parent dd8afbf05d
commit 6a2d2bd18d

View file

@ -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}'