The code powering m.abunchtell.com https://m.abunchtell.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

10 wiersze
448 B

  1. -# Link to the "Next" page
  2. -# available local variables
  3. -# url: url to the next page
  4. -# current_page: a page object for the currently displayed page
  5. -# total_pages: total number of pages
  6. -# per_page: number of items to fetch per page
  7. -# remote: data-remote
  8. %span.next
  9. = link_to_unless current_page.last?, safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '), url, rel: 'next', remote: remote