idn_app/app/views/public/registrants/_form.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

4 lines
197 B
Plaintext

-@registrant = @registrant || Registrant.new
=form_for [:public, @registrant], :remote => true do |f|
.email=f.text_field :email, :placeholder => "email"
=f.submit "M'inscrire", :class => "btn"