Skip to content
代码片段 群组 项目
提交 7820a099 编辑于 作者: Martin Wortschack's avatar Martin Wortschack
浏览文件

Replace fa-download icon with Gitlab SVG

上级 6b887cc3
No related branches found
No related tags found
无相关合并请求
...@@ -250,10 +250,6 @@ ...@@ -250,10 +250,6 @@
content: '\f06d'; content: '\f06d';
} }
.fa-download::before {
content: '\f019';
}
.fa-globe::before { .fa-globe::before {
content: '\f0ac'; content: '\f0ac';
} }
......
...@@ -12,7 +12,7 @@ def snippets_upload_path(snippet, user) ...@@ -12,7 +12,7 @@ def snippets_upload_path(snippet, user)
end end
def download_raw_snippet_button(snippet) def download_raw_snippet_button(snippet)
link_to(icon('download'), link_to(sprite_icon('download'),
gitlab_raw_snippet_path(snippet, inline: false), gitlab_raw_snippet_path(snippet, inline: false),
target: '_blank', target: '_blank',
rel: 'noopener noreferrer', rel: 'noopener noreferrer',
......
---
title: Replace fa-download icon with GitLab SVG download icon
merge_request: 39849
author:
type: changed
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册