Commit 2a53eb6c authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '225930-replace-fa-file-icons-with-gitlab-svg-document-icon' into 'master'

Replace fa-file icons with GitLab SVG document icon

See merge request gitlab-org/gitlab!45380
parents 4dab7805 0f89d56a
......@@ -2,7 +2,7 @@
.file-holder
.js-file-title.file-title{ data: { qa_selector: 'file_title_content' } }
= link_to blob_link, data: {track_event: 'click_text', track_label: 'blob_path', track_property: 'search_result'} do
%i.fa.fa-file
= sprite_icon('document')
%strong
= search_blob_title(project, path)
- if blob.data
......
---
title: Replace fa-file icons with GitLab SVG document icon
merge_request: 45380
author:
type: changed
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