]> cat aescling's git repositories - mastodon.git/blob - app/views/admin/report_notes/_report_note.html.haml
Improve report layout (#7188)
[mastodon.git] / app / views / admin / report_notes / _report_note.html.haml
1 .speech-bubble
2 .speech-bubble__bubble
3 = simple_format(h(report_note.content))
4 .speech-bubble__owner
5 = admin_account_link_to report_note.account
6 %time.formatted{ datetime: report_note.created_at.iso8601 }= 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)
This page took 0.111301 seconds and 4 git commands to generate.