Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/bootstrap_pagination/bootstrap_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def next_page
end

def ul_class
["pagination", @options[:class]].compact.join(" ")
@options[:class]
end
end
end
2 changes: 1 addition & 1 deletion lib/bootstrap_pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BootstrapPagination
VERSION = "1.0.1"
VERSION = "1.0.2"
end