about summary refs log tree commit diff
path: root/app/views/admin/account_warnings/_account_warning.html.haml
blob: 8c9c9679ceda9fb5d8ed6d4ab31e80bf43541023 (plain) (blame)
1
2
3
4
5
6
.speech-bubble.warning
  .speech-bubble__bubble
    = Formatter.instance.linkify(account_warning.text)
  .speech-bubble__owner
    = admin_account_link_to account_warning.account
    %time.formatted{ datetime: account_warning.created_at.iso8601 }= l account_warning.created_at