The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 regels
456 B

  1. -# Link to the "Previous" page
  2. -# available local variables
  3. -# url: url to the previous 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.prev
  9. = link_to_unless current_page.first?, safe_join([fa_icon('chevron-left'), t('pagination.prev')], ' '), url, rel: 'prev', remote: remote