Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7820a099
Commit
7820a099
authored
Aug 20, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-download icon with Gitlab SVG
parent
6b887cc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
app/helpers/snippets_helper.rb
app/helpers/snippets_helper.rb
+1
-1
changelogs/unreleased/225888-replace-fa-download-icon-with-gitlab-svg-download-icon.yml
...eplace-fa-download-icon-with-gitlab-svg-download-icon.yml
+5
-0
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
7820a099
...
...
@@ -250,10 +250,6 @@
content
:
'\f06d'
;
}
.
fa-download
:
:
before
{
content
:
'\f019'
;
}
.
fa-globe
:
:
before
{
content
:
'\f0ac'
;
}
...
...
app/helpers/snippets_helper.rb
View file @
7820a099
...
...
@@ -12,7 +12,7 @@ module SnippetsHelper
end
def
download_raw_snippet_button
(
snippet
)
link_to
(
icon
(
'download'
),
link_to
(
sprite_
icon
(
'download'
),
gitlab_raw_snippet_path
(
snippet
,
inline:
false
),
target:
'_blank'
,
rel:
'noopener noreferrer'
,
...
...
changelogs/unreleased/225888-replace-fa-download-icon-with-gitlab-svg-download-icon.yml
0 → 100644
View file @
7820a099
---
title
:
Replace fa-download icon with GitLab SVG download icon
merge_request
:
39849
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment