Module: Pagy::CalendarExtra::Frontend

Included in:
Frontend
Defined in:
lib/pagy/extras/calendar.rb

Overview

Additions for the Frontend module

Instance Method Summary collapse

Instance Method Details

#pagy_labeler(pagy, num) ⇒ Object

Change the text shown in the nav bar links to the actual unit of each page.



39
40
41
# File 'lib/pagy/extras/calendar.rb', line 39

def pagy_labeler(pagy, num)
  pagy.is_a?(Calendar) ? pagy.page_label(num) : num
end