17 lines
539 B
Plaintext
Executable File
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"
|
|
|