Commit 676c583c authored by Tim Zallmann's avatar Tim Zallmann Committed by Natalia Tepluhina

Replace fa-cubes icon with GitLab SVG package icon

parent 65af2d47
...@@ -307,8 +307,8 @@ ...@@ -307,8 +307,8 @@
content: '\f02d'; content: '\f02d';
} }
.fa-cubes::before { .fa-times-circle::before {
content: '\f1b3'; content: '\f057';
} }
.fa-skype::before { .fa-skype::before {
......
= icon('cubes fw') = sprite_icon('package')
= succeed '.' do = succeed '.' do
This project manages its dependencies using = _("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 }
%strong= viewer.manager_name
= link_to 'Learn more', viewer.manager_url, target: '_blank', rel: 'noopener noreferrer' = link_to _('Learn more'), viewer.manager_url, target: '_blank', rel: 'noopener noreferrer'
...@@ -24880,6 +24880,9 @@ msgstr "" ...@@ -24880,6 +24880,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on." msgid "This project is archived and cannot be commented on."
msgstr "" 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." msgid "This project path either does not exist or you do not have access."
msgstr "" msgstr ""
......
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