7efde22c3a
* Use local vars in accounts/header partial * Use local variable in 2fa recovery codes partial
12 lines
329 B
Text
12 lines
329 B
Text
- content_for :page_title do
|
|
= t('accounts.people_who_follow', name: display_name(@account))
|
|
|
|
= render 'header', account: @account
|
|
|
|
.accounts-grid
|
|
- if @followers.empty?
|
|
= render partial: 'nothing_here'
|
|
- else
|
|
= render partial: 'grid_card', collection: @followers, as: :account, cached: true
|
|
|
|
= paginate @followers
|