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.

14 lines
329 B

  1. - content_for :page_title do
  2. People whom
  3. = display_name(@account)
  4. follows
  5. = render partial: 'header'
  6. .accounts-grid
  7. - if @following.empty?
  8. = render partial: 'nothing_here'
  9. - else
  10. = render partial: 'grid_card', collection: @following, as: :account, cached: true
  11. = will_paginate @following, pagination_options