Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

20 lines
435 B
Plaintext
Executable File

= 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"