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

  = render "form_core", :f => f

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