Sha256: ee918fa4a39bb5856d06a9270aea42d7bb6c60495e72ce49bd5569d4820974b1
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
<h1>New product</h1> <% form_for :product, @product, :url=>{:action=>:create} do |f| %> <%= render :partial => 'form.html.erb', :locals => { :f => f } %> <%= submit_tag "Create" %> <% end %> <%= 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/new.html.erb |