intra_app/app/views/admin/i_websites/_form.html.haml
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

17 lines
539 B
Plaintext
Executable File

=semantic_form_for [:admin, @i_website], :remote => true do |f|
.content
=f.inputs do
= f.input :p_customer_id, :label => "Clients :", :collection => PCustomer.all, :as => :select, :include_blank => false, :member_label => :show_name
= f.input :name, :label => "Nom :"
= f.input :url, :label => "Url :"
= f.input :prov_url, :label => "Url provisoire :"
=# f.input :status, :label => "Nom :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"