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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
8e53dcbf
Commit
8e53dcbf
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename variable to `public_project_count`
parent
b7dcd1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+3
-3
No files found.
app/views/dashboard/projects/_blank_state_welcome.html.haml
View file @
8e53dcbf
-
public
ish
_project_count
=
ProjectsFinder
.
new
(
current_user:
current_user
).
execute
.
count
-
public_project_count
=
ProjectsFinder
.
new
(
current_user:
current_user
).
execute
.
count
-
if
current_user
.
can_create_group?
.blank-state.clearfix
...
...
@@ -31,7 +31,7 @@
=
link_to
new_project_path
,
class:
"btn btn-new"
do
New project
-
if
public
ish
_project_count
>
0
-
if
public_project_count
>
0
.blank-state.clearfix
.col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"globe"
,
size:
50
)
...
...
@@ -40,7 +40,7 @@
Explore public projects
%p
.blank-state-text
There are
=
number_with_delimiter
(
public
ish
_project_count
)
=
number_with_delimiter
(
public_project_count
)
public projects on this server.
Public projects are an easy way to allow
everyone to have read-only access.
...
...
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