Skip to content

Commit

Permalink
put the pagination inside the entry list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schubert committed Dec 14, 2014
1 parent a40df1a commit 76c2fb8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/views/planet/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<%= entry.sanitized_body.html_safe %>
</div>
<% end %>
<div class="text-center">
<%= will_paginate @entries, renderer: BootstrapPagination::Rails %>
</div>
</div>
<div class="col-md-3">
<h4><%= t 'pages.planet.disclaimer_headline' %></h4>
Expand All @@ -43,10 +46,5 @@
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<%= will_paginate @entries, renderer: BootstrapPagination::Rails %>
</div>
</div>
</div>

0 comments on commit 76c2fb8

Please sign in to comment.