php_app/app/views/admin/cibles/new.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

16 lines
464 B
Plaintext

= semantic_form_for [@namespace, @resource], :remote => true do |form|
#link_content_cible_form.form2
#link_content_cible_form_content
= form.inputs do
= form.input :cible_type,:as => :hidden
= form.input :cible_id,:as => :hidden
=render :partial => "portlet/link_contents/"+@resource.cible_type.tableize.singularize.to_s+"_form", :locals => {:form => form}
= form.buttons do
= form.commit_button "Sauvegarder"