philomena/lib/philomena_web/templates/pagination/_pagination_info.html.slime

13 lines
258 B
Text
Raw Normal View History

2019-10-09 01:19:57 +02:00
' Showing
= if @page.total_entries == 1 do
' result
- else
' results
strong
=> max(((@page.page_number - 1) * @page.page_size) - 1, 1)
' -
=> min(@page.page_number * @page.page_size, @page.total_entries)
' of
strong
=> @page.total_entries
' total