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
316 B

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