basic_app/app/views/admin/cibles/new.html.haml
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02: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"