about summary refs log tree commit diff
path: root/app/helpers/accounts_helper.rb
blob: 8d303cb631fd908cd9f24458c7f91e60882d3419 (plain) (blame)
1
2
3
4
5
module AccountsHelper
  def pagination_options
    { previous_label: "#{fa_icon('chevron-left')} Prev".html_safe, next_label: "Next #{fa_icon('chevron-right')}".html_safe, inner_window: 2 }
  end
end