pic_vert_app/app/views/public/renews/select_sheet.html.haml
Nicolas Bally 429325823c suite
2019-06-02 18:48:14 +02:00

20 lines
609 B
Plaintext

%h1 Renouveller mon adhésion
%p Pour renouveller votre adhésion vous pouvez indiquer votre numéro d'adhérent ci-dessous :
=semantic_form_for @renew, :url => save_sheet_public_renews_index_path(), :html => {:method => :get} do |f|
-f.inputs do
=f.input :sheet_number, :label => "Numéro d'adhérent :"
=f.input :email, :label => "Email :"
=f.input :join_type, :collection => {"Individuel (10€)" => 1, "Familial (15€)" => 2}, :include_blank => false, :label => "Type d'adhésion", :as => :radio
=f.submit "Renouveller mon adhésion par CB"