Method: Ui::Pagination::PageLink#show
- Defined in:
- lib/ui/pagination/page_link.rb
#show ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/ui/pagination/page_link.rb', line 8 def show cell( Ui::Buttons::Secondary, position, path: path, style: style ) end |