Commit 0f89d56a authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-file icons with document SVG

parent e28ecc7d
......@@ -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