summaryrefslogtreecommitdiff
path: root/app/views/whitelists/_form.html.haml
blob: 71dbe6b2d892e8e7349cec2c911355be0d6bd540 (plain)
1
2
3
4
5
6
7
= simple_form_for([@parent, @whitelist]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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