Nicolas Bally bc774b8159 initial
2016-12-01 10:54:16 +01: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"