logo

mastofe

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

_account_moderation_note.html.haml (472B)


  1. %tr
  2. %td
  3. = simple_format(h(account_moderation_note.content))
  4. %td
  5. = account_moderation_note.account.acct
  6. %td
  7. %time.formatted{ datetime: account_moderation_note.created_at.iso8601, title: l(account_moderation_note.created_at) }
  8. = l account_moderation_note.created_at
  9. %td
  10. = link_to t('admin.account_moderation_notes.delete'), admin_account_moderation_note_path(account_moderation_note), method: :delete if can?(:destroy, account_moderation_note)