summaryrefslogtreecommitdiff
path: root/app/views/conference_invitees/_form.html.haml
blob: 400580d6e3a6ebc330f05c69dc9f2fc5d5ded4a2 (plain)
1
2
3
4
5
6
7
= simple_form_for([@conference, @conference_invitee]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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