Commit 2853bcb7 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'mw-replace-fa-google-icons' into 'master'

Replace fa-google with GitLab SVG

See merge request gitlab-org/gitlab!45506
parents 1ca10425 e91b6e44
......@@ -137,10 +137,6 @@
content: '\f188';
}
.fa-google::before {
content: '\f1a0';
}
.fa-exclamation-circle::before {
content: '\f06a';
}
......
- page_title _("Google Code import")
- header_title _("Projects"), root_path
%h3.page-title
%i.fa.fa-google
%h3.page-title.gl-display-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('google', css_class: 'gl-mr-2')
= _('Import projects from Google Code')
%hr
......
- page_title _("User map"), _("Google Code import")
- header_title _("Projects"), root_path
%h3.page-title
%i.fa.fa-google
%h3.page-title.gl-display-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('google', css_class: 'gl-mr-2')
= _('Import projects from Google Code')
%hr
......
- page_title _("Google Code import")
- header_title _("Projects"), root_path
%h3.page-title
%i.fa.fa-google
%h3.page-title.gl-display-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('google', css_class: 'gl-mr-2')
= _('Import projects from Google Code')
- if @repos.any?
......
......@@ -43,7 +43,8 @@
- if google_code_import_enabled?
%div
= link_to new_import_google_code_path, class: 'btn import_google_code', **tracking_attrs(track_label, 'click_button', 'google_code') do
= icon('google', text: 'Google Code')
= sprite_icon('google')
Google Code
- if fogbugz_import_enabled?
%div
......
---
title: Replace fa-google with GitLab SVG
merge_request: 45506
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