logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_card.html.haml (765B)


  1. .table-wrapper
  2. %table.table
  3. %tbody
  4. %tr
  5. %td= t('admin.accounts.show.created_reports')
  6. %td= link_to pluralize(account.reports.count, t('admin.accounts.show.report')), admin_reports_path(account_id: account.id)
  7. %tr
  8. %td= t('admin.accounts.show.targeted_reports')
  9. %td= link_to pluralize(account.targeted_reports.count, t('admin.accounts.show.report')), admin_reports_path(target_account_id: account.id)
  10. - if account.silenced? || account.suspended?
  11. %tr
  12. %td= t('admin.accounts.moderation.title')
  13. %td
  14. - if account.silenced?
  15. %p= t('admin.accounts.moderation.silenced')
  16. - if account.suspended?
  17. %p= t('admin.accounts.moderation.suspended')