summaryrefslogtreecommitdiff
path: root/app/views/system_messages/_form.html.haml
blob: 036ee008aa0e0d72abf232382de6885d005c9ca6 (plain)
1
2
3
4
5
6
7
= simple_form_for([@user, @system_message]) do |f|
  = f.error_notification

  = render "form_core", :f => f

  .actions
    = f.button :submit, conditional_t('system_messages.form.submit')