Sha256: b046f2b50d8ec4a91b992b9cb1edfeb01f52aefa1e7cc0384c007fccfe6332a1
Contents?: true
Size: 266 Bytes
Versions: 10
Compression:
Stored size: 266 Bytes
Contents
<%= render :partial => 'menu' -%> <h1>Editing Product</h1> <% form_for(:product, :html => { :multipart => true}) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag 'Update' %> or <%= link_to 'Cancel', :action => :index %> <% end %>
Version data entries
10 entries across 10 versions & 2 rubygems