12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
|
|
=semantic_form_for [:public, @abonnement] do |f|
|
|
=f.hidden_field :start_at
|
|
=f.hidden_field :end_at
|
|
=f.hidden_field :price
|
|
=f.hidden_field :slug
|
|
|
|
.center
|
|
|
|
%p Pour profiter des fonctions de Négos, vous pouvez dès à présent souscrire à un abonnement pour 300€ HT (360€ TTC)
|
|
|
|
=submit_tag "Souscrire maintenant >", :class => "btn btn-primary" |