Change account link to admin account link on report page (#4119)

This commit is contained in:
abcang
2017-07-09 01:35:08 +09:00
committed by Eugen Rochko
parent 91cacb1e8f
commit 794781d121
2 changed files with 4 additions and 3 deletions

View File

@ -4,11 +4,11 @@
.report-accounts
.report-accounts__item
%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
.report-accounts__item
%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
%p