logo

mastofe

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

_report_note.html.haml (442B)


  1. %li
  2. %h4
  3. = report_note.account.acct
  4. %div{ style: 'float: right' }
  5. %time.formatted{ datetime: report_note.created_at.iso8601, title: l(report_note.created_at) }
  6. = l report_note.created_at
  7. = table_link_to 'trash', t('admin.reports.notes.delete'), admin_report_note_path(report_note), method: :delete if can?(:destroy, report_note)
  8. %div{ class: 'report-note__comment' }
  9. = simple_format(h(report_note.content))