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
676c583c
Commit
676c583c
authored
Aug 07, 2020
by
Tim Zallmann
Committed by
Natalia Tepluhina
Aug 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-cubes icon with GitLab SVG package icon
parent
65af2d47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+2
-2
app/views/projects/blob/viewers/_dependency_manager.html.haml
...views/projects/blob/viewers/_dependency_manager.html.haml
+3
-4
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
676c583c
...
...
@@ -307,8 +307,8 @@
content
:
'\f02d'
;
}
.
fa-
cubes
:
:
before
{
content
:
'\f
1b3
'
;
.
fa-
times-circle
:
:
before
{
content
:
'\f
057
'
;
}
.
fa-skype
:
:
before
{
...
...
app/views/projects/blob/viewers/_dependency_manager.html.haml
View file @
676c583c
=
icon
(
'cubes fw
'
)
=
sprite_icon
(
'package
'
)
=
succeed
'.'
do
This project manages its dependencies using
%strong
=
viewer
.
manager_name
=
_
(
"This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
).
html_safe
%
{
manager_name:
viewer
.
manager_name
,
strong_start:
'<strong>'
.
html_safe
,
strong_end:
'</strong>'
.
html_safe
}
=
link_to
'Learn more'
,
viewer
.
manager_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
=
link_to
_
(
'Learn more'
)
,
viewer
.
manager_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
locale/gitlab.pot
View file @
676c583c
...
...
@@ -24880,6 +24880,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
msgid "This project path either does not exist or you do not have access."
msgstr ""
...
...
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