Skip to content

Commit

Permalink
Fix pagination; closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Oct 28, 2017
1 parent 8c19f8f commit 01cffa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'httparty', '~> 0.15.5'
gem 'whenever', '~> 0.9.7'

gem 'will_paginate', github: 'Undo1/will_paginate'
gem 'will_paginate-bootstrap', github: 'Charcoal-SE/will_paginate-bootstrap'
gem 'will_paginate-bootstrap4'

group :development, :test do
gem 'byebug', platforms: %i[mri mingw x64_mingw]
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/Charcoal-SE/will_paginate-bootstrap.git
revision: 95ee3e99801f391f47365a7946033e32714571a9
specs:
will_paginate-bootstrap (1.0.1)
will_paginate (>= 3.0.3)

GIT
remote: https://github.com/Undo1/will_paginate.git
revision: 6a9e3eadbe7d1a5264429bd7d0dc54d35f5a9d51
Expand Down Expand Up @@ -205,6 +198,8 @@ GEM
websocket-extensions (0.1.2)
whenever (0.9.7)
chronic (>= 0.6.3)
will_paginate-bootstrap4 (0.1.3)
will_paginate (~> 3.0, >= 3.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)

Expand Down Expand Up @@ -234,7 +229,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
whenever (~> 0.9.7)
will_paginate!
will_paginate-bootstrap!
will_paginate-bootstrap4

BUNDLED WITH
1.15.3
2 changes: 1 addition & 1 deletion app/views/access_logs/on_resource.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
</tbody>
</table>

<%= will_paginate @logs, renderer: BootstrapPagination::Rails %>
<%= will_paginate @logs, renderer: WillPaginate::ActionView::BootstrapLinkRenderer %>

0 comments on commit 01cffa9

Please sign in to comment.