9 lines
267 B
Plaintext
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}
|
|
|