|
|
@ -4,11 +4,11 @@
|
|
|
|
.report-accounts
|
|
|
|
.report-accounts
|
|
|
|
.report-accounts__item
|
|
|
|
.report-accounts__item
|
|
|
|
%strong= t('admin.reports.reported_account')
|
|
|
|
%strong= t('admin.reports.reported_account')
|
|
|
|
= render 'authorize_follows/card', account: @report.target_account
|
|
|
|
= render 'authorize_follows/card', account: @report.target_account, admin: true
|
|
|
|
= render 'admin/accounts/card', account: @report.target_account
|
|
|
|
= render 'admin/accounts/card', account: @report.target_account
|
|
|
|
.report-accounts__item
|
|
|
|
.report-accounts__item
|
|
|
|
%strong= t('admin.reports.reported_by')
|
|
|
|
%strong= t('admin.reports.reported_by')
|
|
|
|
= render 'authorize_follows/card', account: @report.account
|
|
|
|
= render 'authorize_follows/card', account: @report.account, admin: true
|
|
|
|
= render 'admin/accounts/card', account: @report.account
|
|
|
|
= render 'admin/accounts/card', account: @report.account
|
|
|
|
|
|
|
|
|
|
|
|
%p
|
|
|
|
%p
|
|
|
|