idn_app/app/views/public/registrants/_form.html.haml
2016-07-29 20:23:40 +02:00

4 lines
197 B
Plaintext
Executable File

-@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"