edit.rhtml 117 Bytes
<h2> <%= _('Editing') %> <%= @product.name %> </h2>

<%= render :partial => 'form', :locals => {:mode => 'edit'}  %>