20 lines
435 B
Plaintext
20 lines
435 B
Plaintext
= semantic_form_for [:portlet, @realisation_image], :remote => true do |form|
|
|
.content
|
|
|
|
%h3 Modifier les infos
|
|
|
|
= form.inputs do
|
|
= form.input :title, :label => "Titre :"
|
|
= form.input :tags, :label => "Tags :"
|
|
= form.input :description, :label => "Description :", :as => :text, :input_html => {:class => "text_editor"}
|
|
|
|
|
|
|
|
|
|
.actions
|
|
=form.submit "Sauvegarder", :class => "btn btn-primary"
|
|
|
|
|
|
|
|
|