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

11 lines
305 B
Plaintext

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