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.
 
 
 
 
 
 
metu.life/app/views/accounts/followers.html.haml

12 lines
319 B

- content_for :page_title do
= t('accounts.people_who_follow', name: display_name(@account))
= render partial: 'header'
.accounts-grid
- if @followers.empty?
= render partial: 'nothing_here'
- else
= render partial: 'grid_card', collection: @followers, as: :account, cached: true
= paginate @followers