Commit 798f073c authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-bugs icons with GitLab SVG bug icon

parent 56ee8492
- page_title _("FogBugz Import") - page_title _("FogBugz Import")
- header_title _("Projects"), root_path - header_title _("Projects"), root_path
%h3.page-title %h3.page-title.d-flex
%i.fa.fa-bug .gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('bug', css_class: 'gl-mr-2')
= _('Import projects from FogBugz') = _('Import projects from FogBugz')
%hr %hr
......
- page_title _('User map'), _('FogBugz import') - page_title _('User map'), _('FogBugz import')
- header_title _("Projects"), root_path - header_title _("Projects"), root_path
%h3.page-title %h3.page-title.d-flex
%i.fa.fa-bug .gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('bug', css_class: 'gl-mr-2')
= _('Import projects from FogBugz') = _('Import projects from FogBugz')
%hr %hr
......
- page_title _("FogBugz import") - page_title _("FogBugz import")
- header_title _("Projects"), root_path - header_title _("Projects"), root_path
%h3.page-title %h3.page-title.d-flex
%i.fa.fa-bug .gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('bug', css_class: 'gl-mr-2')
= _('Import projects from FogBugz') = _('Import projects from FogBugz')
%p.light %p.light
......
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
- if fogbugz_import_enabled? - if fogbugz_import_enabled?
%div %div
= link_to new_import_fogbugz_path, class: 'btn import_fogbugz', **tracking_attrs(track_label, 'click_button', 'fogbugz') do = link_to new_import_fogbugz_path, class: 'btn import_fogbugz', **tracking_attrs(track_label, 'click_button', 'fogbugz') do
= icon('bug', text: 'FogBugz') = sprite_icon('bug')
FogBugz
- if gitea_import_enabled? - if gitea_import_enabled?
%div %div
......
---
title: Replace fa-bugs icons with GitLab SVG bug icon
merge_request: 40273
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