Method: Ui::Pagination::PageLink#show

Defined in:
lib/ui/pagination/page_link.rb

#showObject



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