_account_warning.html.haml 277 B

123456
  1. .speech-bubble.warning
  2. .speech-bubble__bubble
  3. = Formatter.instance.linkify(account_warning.text)
  4. .speech-bubble__owner
  5. = admin_account_link_to account_warning.account
  6. %time.formatted{ datetime: account_warning.created_at.iso8601 }= l account_warning.created_at