about summary refs log tree commit diff
path: root/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/account_moderation_notes/_account_moderation_note.html.haml')
-rw-r--r--app/views/admin/account_moderation_notes/_account_moderation_note.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml b/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
deleted file mode 100644
index 432fb79a6..000000000
--- a/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-.speech-bubble
-  .speech-bubble__bubble
-    = simple_format(h(account_moderation_note.content))
-  .speech-bubble__owner
-    = admin_account_link_to account_moderation_note.account
-    %time.formatted{ datetime: account_moderation_note.created_at.iso8601 }= l account_moderation_note.created_at
-    = table_link_to 'trash', t('admin.account_moderation_notes.delete'), admin_account_moderation_note_path(account_moderation_note), method: :delete if can?(:destroy, account_moderation_note)