Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
e3dc81e0
Commit
e3dc81e0
authored
May 08, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pagenation in searhc page.
parent
832b6989
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
app/controllers/search_controller.rb
+1
-1
app/views/search/show.html.slim
+1
-0
No files found.
app/controllers/search_controller.rb
View file @
e3dc81e0
...
@@ -8,6 +8,6 @@ class SearchController < ApplicationController
...
@@ -8,6 +8,6 @@ class SearchController < ApplicationController
end
end
@count
=
scope
.
count
@count
=
scope
.
count
@posts
=
scope
.
limit
(
100
).
decorate
@posts
=
scope
.
page
(
params
[
:page
]
).
decorate
end
end
end
end
app/views/search/show.html.slim
View file @
e3dc81e0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
.list-group
.list-group
-
@posts
.
each
do
|
_post
|
-
@posts
.
each
do
|
_post
|
=
render
partial:
'posts/large_item'
,
locals:
{
post:
_post
}
=
render
partial:
'posts/large_item'
,
locals:
{
post:
_post
}
=
paginate
(
@posts
)
.col-xs-4
.col-xs-4
.panel.panel-default
.panel.panel-default
...
...
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