Commit a499b127 authored by Phil Hughes's avatar Phil Hughes

Merge branch '225897-replace-fa-archive-icons-with-gitlab-svg-archive-icon' into 'master'

Replace fa-archive icons with GitLab SVG archive icon in file_header

See merge request gitlab-org/gitlab!40933
parents 9ab4328f f9622019
......@@ -6,7 +6,7 @@
- if diff_file.submodule?
- blob = diff_file.blob
%span
= icon('archive fw')
= sprite_icon('archive')
%strong.file-title-name
= submodule_link(blob, diff_file.content_sha, diff_file.repository)
......
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