Sha256: ef73db9304cb24475807523a7d52c5ead2a7e94469b4b2934378fd60b15da053
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
<%= render :partial => 'admin/shared/product_sub_menu' %> <h1><%= t("editing_prototype") %></h1> <%= render "shared/error_messages", :target => @prototype %> <%= form_for([:admin, @prototype]) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <%= render :partial => 'admin/shared/edit_resource_links' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/prototypes/edit.html.erb |
spree_core-0.70.RC1 | app/views/admin/prototypes/edit.html.erb |