navbar_icon was renamed to custom_icon in:
c57471ddb4
navbar_icon was used in:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4909
This commit is contained in:
parent
86f83db2b0
commit
f435eb6f35
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
Code, test, and deploy together
|
||||
.blank-state
|
||||
.blank-state-icon
|
||||
= navbar_icon("project", size: 50)
|
||||
= custom_icon("project", size: 50)
|
||||
%h3.blank-state-title
|
||||
You don't have access to any projects right now
|
||||
%p.blank-state-text
|
||||
|
@ -24,7 +24,7 @@
|
|||
- if current_user.can_create_group?
|
||||
.blank-state
|
||||
.blank-state-icon
|
||||
= navbar_icon("group", size: 50)
|
||||
= custom_icon("group", size: 50)
|
||||
%h3.blank-state-title
|
||||
You can create a group for several dependent projects.
|
||||
%p.blank-state-text
|
||||
|
|
Loading…
Reference in a new issue