Method: UiBibz::Ui::Core::Navigations::Pagination#link
- Defined in:
- lib/ui_bibz/ui/core/navigations/pagination.rb
#link(content = nil, options = {}, html_options = nil, &block) ⇒ Object
Add nav link items See UiBibz::Ui::Core::Navigations::NavLink
73 74 75 |
# File 'lib/ui_bibz/ui/core/navigations/pagination.rb', line 73 def link(content = nil, = {}, = nil, &block) @items << PaginationLink.new(content, , , &block).render end |