Sha256: 92867f0f78a55b8014c6f40dfc0d6f94eeea551f004992bda4b7f09dd1760a98

Contents?: true

Size: 335 Bytes

Versions: 8

Compression:

Stored size: 335 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

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.6 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.5 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.4 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.3 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.2 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.1 app/views/admin/prototypes/edit.html.erb
spree_core-0.70.0 app/views/admin/prototypes/edit.html.erb