Commit cf995b42 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'mw-replace-issues-icon-with-gitlab-svg' into 'master'

Replace issues icon with Gitlab SVG

See merge request gitlab-org/gitlab!39313
parents 5c2f4073 176191d9
......@@ -3,8 +3,10 @@
- breadcrumb_title title
- header_title _("Projects"), root_path
%h3.page-title
= icon 'issues', text: _('Import tasks from Phabricator into issues')
%h3.page-title.d-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('issues', css_class: 'gl-mr-2')
= _('Import tasks from Phabricator into issues')
= render 'import/shared/errors'
......
---
title: Replace issues icon with Gitlab SVG
merge_request: 39313
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