summaryrefslogtreecommitdiff
path: root/app/views/intruders/_form.html.haml
blob: 26aab1c752723e7769b5b53e1114daadb52da6db (plain)
1
2
3
4
5
6
7
= simple_form_for(@intruder) do |f|
  = f.error_notification

  = render "form_core", :f => f

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