Sha256: 2d338d445aab3fa1ca9ee07b629499eea29e40a502a4166a7090119bc08e700f

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

<h1>Editing product</h1>

<% form_for :product, @product, :url => { :action => 'update', :id => @product } do |f| %>
  <%= render :partial => 'form.html.erb', :locals=>{ :f=>f } %>
  <%= submit_tag 'Update' %>
<% end %>

<%= link_to 'Show', :action => 'show', :id => @product %> |
<%= link_to 'Back', :action => 'list' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/app/views/admin/edit.html.erb