Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dleavitt committed Oct 31, 2013
1 parent 17670e2 commit 4af07b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/kaminari/bootstrap/_next_page.html.erb
Expand Up @@ -10,5 +10,5 @@
<% if current_page.last? %>
<li class="next disabled"><%= link_to raw(t 'views.pagination.bootstrap.next'), '#' %></li>
<% else %>
<li class="next"><%= link_to(raw t 'views.pagination.bootstrap.next'), url, :rel => 'next', :remote => remote %></li>
<li class="next"><%= link_to raw(t 'views.pagination.bootstrap.next'), url, :rel => 'next', :remote => remote %></li>
<% end %>
2 changes: 1 addition & 1 deletion lib/bootstrap_kaminari/version.rb
@@ -1,3 +1,3 @@
module BootstrapKaminari
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 4af07b4

Please sign in to comment.