Class: Ui::Pagination::Window
- Defined in:
- lib/ui/pagination/window.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/ui/pagination/window.rb', line 7 def show content_tag( :ul, render_group([ previous_window, page_links, next_window ]), class: 'ui-pagination__window', data: { position: position, "pagination-target": "windows" } ) end |