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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b36d84b3
Commit
b36d84b3
authored
Jun 09, 2016
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved private forks notice to projects-list so its above the pagination and inline with list
Updated CHANGELOG Removed CHANGELOG entry
parent
bedb7114
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/projects/forks/index.html.haml
app/views/projects/forks/index.html.haml
+0
-6
app/views/shared/projects/_list.html.haml
app/views/shared/projects/_list.html.haml
+6
-0
No files found.
app/views/projects/forks/index.html.haml
View file @
b36d84b3
...
...
@@ -40,9 +40,3 @@
=
render
'projects'
,
projects:
@forks
-
if
@private_forks_count
>
0
.private-forks-notice
=
icon
(
'lock fw'
,
base:
'circle'
,
class:
'fa-lg private-fork-icon'
)
%strong
=
pluralize
(
@private_forks_count
,
'private fork'
)
%span
you have no access to.
app/views/shared/projects/_list.html.haml
View file @
b36d84b3
...
...
@@ -16,6 +16,12 @@
=
render
"shared/projects/project"
,
project:
project
,
skip_namespace:
skip_namespace
,
avatar:
avatar
,
stars:
stars
,
css_class:
css_class
,
ci:
ci
,
use_creator_avatar:
use_creator_avatar
,
forks:
forks
,
show_last_commit_as_description:
show_last_commit_as_description
-
if
@private_forks_count
&&
@private_forks_count
>
0
%li
.project-row.private-forks-notice
=
icon
(
'lock fw'
,
base:
'circle'
,
class:
'fa-lg private-fork-icon'
)
%strong
=
pluralize
(
@private_forks_count
,
'private fork'
)
%span
you have no access to.
=
paginate
(
projects
,
remote:
remote
,
theme:
"gitlab"
)
if
projects
.
respond_to?
:total_pages
-
else
.nothing-here-block
No projects found
...
...
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