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
798f073c
Commit
798f073c
authored
Aug 24, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-bugs icons with GitLab SVG bug icon
parent
56ee8492
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
7 deletions
+16
-7
app/views/import/fogbugz/new.html.haml
app/views/import/fogbugz/new.html.haml
+3
-2
app/views/import/fogbugz/new_user_map.html.haml
app/views/import/fogbugz/new_user_map.html.haml
+3
-2
app/views/import/fogbugz/status.html.haml
app/views/import/fogbugz/status.html.haml
+3
-2
app/views/projects/_import_project_pane.html.haml
app/views/projects/_import_project_pane.html.haml
+2
-1
changelogs/unreleased/225939-replace-fa-bugs-icons-with-gitlab-svg-bug-icon.yml
...225939-replace-fa-bugs-icons-with-gitlab-svg-bug-icon.yml
+5
-0
No files found.
app/views/import/fogbugz/new.html.haml
View file @
798f073c
-
page_title
_
(
"FogBugz Import"
)
-
header_title
_
(
"Projects"
),
root_path
%h3
.page-title
%i
.fa.fa-bug
%h3
.page-title.d-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
=
sprite_icon
(
'bug'
,
css_class:
'gl-mr-2'
)
=
_
(
'Import projects from FogBugz'
)
%hr
...
...
app/views/import/fogbugz/new_user_map.html.haml
View file @
798f073c
-
page_title
_
(
'User map'
),
_
(
'FogBugz import'
)
-
header_title
_
(
"Projects"
),
root_path
%h3
.page-title
%i
.fa.fa-bug
%h3
.page-title.d-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
=
sprite_icon
(
'bug'
,
css_class:
'gl-mr-2'
)
=
_
(
'Import projects from FogBugz'
)
%hr
...
...
app/views/import/fogbugz/status.html.haml
View file @
798f073c
-
page_title
_
(
"FogBugz import"
)
-
header_title
_
(
"Projects"
),
root_path
%h3
.page-title
%i
.fa.fa-bug
%h3
.page-title.d-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
=
sprite_icon
(
'bug'
,
css_class:
'gl-mr-2'
)
=
_
(
'Import projects from FogBugz'
)
%p
.light
...
...
app/views/projects/_import_project_pane.html.haml
View file @
798f073c
...
...
@@ -46,7 +46,8 @@
-
if
fogbugz_import_enabled?
%div
=
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?
%div
...
...
changelogs/unreleased/225939-replace-fa-bugs-icons-with-gitlab-svg-bug-icon.yml
0 → 100644
View file @
798f073c
---
title
:
Replace fa-bugs icons with GitLab SVG bug icon
merge_request
:
40273
author
:
type
:
changed
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