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.

15 lines
320 B

  1. - content_for :page_title do
  2. People whom
  3. = display_name(@account)
  4. follows
  5. = render partial: 'header'
  6. .accounts-grid
  7. - @following.each do |f|
  8. = render partial: 'grid_card', locals: { account: f }
  9. - if @following.empty?
  10. = render partial: 'nothing_here'
  11. = will_paginate @following, pagination_options