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
iv
gitlab-ce
Commits
1a9630ac
Commit
1a9630ac
authored
Feb 05, 2016
by
Josh Frye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix double paging
parent
9bf85c01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
app/controllers/dashboard/projects_controller.rb
app/controllers/dashboard/projects_controller.rb
+1
-1
app/views/explore/projects/index.html.haml
app/views/explore/projects/index.html.haml
+0
-1
app/views/explore/projects/starred.html.haml
app/views/explore/projects/starred.html.haml
+0
-1
No files found.
app/controllers/dashboard/projects_controller.rb
View file @
1a9630ac
...
...
@@ -50,7 +50,7 @@ class Dashboard::ProjectsController < Dashboard::ApplicationController
format
.
json
do
render
json:
{
html:
view_to_html_string
(
"dashboard/projects/projects"
,
locals:
{
projects:
@projects
})
html:
view_to_html_string
(
"dashboard/projects/
_
projects"
,
locals:
{
projects:
@projects
})
}
end
end
...
...
app/views/explore/projects/index.html.haml
View file @
1a9630ac
...
...
@@ -13,4 +13,3 @@
=
render
'filter'
=
render
'projects'
,
projects:
@projects
=
paginate
@projects
,
theme:
"gitlab"
app/views/explore/projects/starred.html.haml
View file @
1a9630ac
...
...
@@ -8,4 +8,3 @@
=
render
'explore/projects/nav'
=
render
'projects'
,
projects:
@projects
=
paginate
@projects
,
theme:
'gitlab'
if
@projects
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