pic_vert_app/app/views/sheets/new.html.haml
2013-01-08 22:47:42 +01:00

9 lines
267 B
Plaintext

#sheet_show
.links{:style => "float:right;"}
= link_to 'Retour', "#", :onclick => "$('#sheet_show').remove();return false;"
%h1 Nouvelle fiche
= semantic_form_for [@sheet], :remote => true do |form|
=render :partial => "form", :locals => {:form => form}