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.haml2
1 files changed, 1 insertions, 1 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
index 4651630e9..6761a4319 100644
--- a/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
+++ b/app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
@@ -7,4 +7,4 @@
     %time.formatted{ datetime: account_moderation_note.created_at.iso8601, title: l(account_moderation_note.created_at) }
       = l account_moderation_note.created_at
   %td
-    = link_to t('admin.account_moderation_notes.delete'), admin_account_moderation_note_path(account_moderation_note), method: :delete
+    = link_to t('admin.account_moderation_notes.delete'), admin_account_moderation_note_path(account_moderation_note), method: :delete if can?(:destroy, account_moderation_note)