pic_vert_app/app/views/sheets/edit.html.haml

10 lines
431 B
Plaintext

#sheet_show
.links{:style => "float:right;"}
=link_to "Retour", @sheet, :class => "lien", :remote => true, :confirm => "Attention, les changements éventuellements apportés ne seront pas sauvegardés."
= link_to 'Fermer', "#", :onclick => "$('#sheet_show').remove();return false;"
%h1 Modifier une fiche
= semantic_form_for [@sheet], :remote => true do |form|
=render :partial => "form", :locals => {:form => form}