Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

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"