Commit f3dc7aa7 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'mw-replace-fa-external-link-project-artifacts' into 'master'

Replace fa-external-link in project artifacts

See merge request gitlab-org/gitlab!46014
parents f3043def cb372f01
......@@ -9,7 +9,7 @@
= link_to path_to_file, class: 'tree-item-file-external-link js-artifact-tree-tooltip str-truncated',
target: '_blank', rel: 'noopener noreferrer', title: _('Opens in a new window') do
%span>= blob.name
= icon('external-link', class: 'js-artifact-tree-external-icon')
= sprite_icon('external-link', css_class: 'js-artifact-tree-external-icon')
- else
= link_to path_to_file, class: 'str-truncated' do
%span= blob.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