You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
487 B

  1. .speech-bubble
  2. .speech-bubble__bubble
  3. = simple_format(h(account_moderation_note.content))
  4. .speech-bubble__owner
  5. = admin_account_link_to account_moderation_note.account
  6. %time.formatted{ datetime: account_moderation_note.created_at.iso8601 }= l account_moderation_note.created_at
  7. = 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)