Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +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"