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
de7b622e
Commit
de7b622e
authored
Oct 25, 2019
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes welcome icons not showing
Closes
https://gitlab.com/gitlab-org/gitlab/issues/34768
parent
594c3ea3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
+14
-9
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
...s/dashboard/projects/_blank_state_admin_welcome.html.haml
+4
-4
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+5
-5
changelogs/unreleased/ph-34768-fixIconsNotLoading.yml
changelogs/unreleased/ph-34768-fixIconsNotLoading.yml
+5
-0
No files found.
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
View file @
de7b622e
...
...
@@ -4,7 +4,7 @@
=
link_to
new_project_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_project"
)
=
custom_icon
(
"add_new_project"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Create a project
...
...
@@ -14,7 +14,7 @@
-
if
current_user
.
can_create_group?
=
link_to
new_group_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_group"
)
=
custom_icon
(
"add_new_group"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Create a group
...
...
@@ -23,7 +23,7 @@
=
link_to
new_admin_user_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_user"
)
=
custom_icon
(
"add_new_user"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Add people
...
...
@@ -32,7 +32,7 @@
=
link_to
admin_root_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/configure_server"
)
=
custom_icon
(
"configure_server"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Configure GitLab
...
...
app/views/dashboard/projects/_blank_state_welcome.html.haml
View file @
de7b622e
...
...
@@ -4,7 +4,7 @@
-
if
current_user
.
can_create_project?
=
link_to
new_project_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_project"
)
=
custom_icon
(
"add_new_project"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Create a project
...
...
@@ -13,7 +13,7 @@
-
else
.blank-state
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_project"
)
=
custom_icon
(
"add_new_project"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Create a project
...
...
@@ -23,7 +23,7 @@
-
if
current_user
.
can_create_group?
=
link_to
new_group_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/add_new_group"
)
=
custom_icon
(
"add_new_group"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Create a group
...
...
@@ -33,7 +33,7 @@
-
if
public_project_count
>
0
=
link_to
trending_explore_projects_path
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/globe"
)
=
custom_icon
(
"globe"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Explore public projects
...
...
@@ -46,7 +46,7 @@
=
link_to
"https://docs.gitlab.com/"
,
class:
"blank-state blank-state-link"
do
.blank-state-icon
=
image_tag
(
"illustrations/welcome/lightbulb"
)
=
custom_icon
(
"lightbulb"
,
size:
50
)
.blank-state-body
%h3
.blank-state-title
Learn more about GitLab
...
...
changelogs/unreleased/ph-34768-fixIconsNotLoading.yml
0 → 100644
View file @
de7b622e
---
title
:
Fixed welcome screen icons not showing
merge_request
:
19148
author
:
type
:
fixed
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