Sha256: 2fac7d57ae3ceb0270268439bc36d5863d20e1339089387097fda434d570ef23

Contents?: true

Size: 377 Bytes

Versions: 28

Compression:

Stored size: 377 Bytes

Contents

<%= render :partial => 'admin/shared/product_sub_menu' %>
<h1><%= t("editing_prototype") %></h1>

<%= render "shared/error_messages", :target => @prototype %>

<%= form_for(:prototype, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <%= render :partial => 'admin/shared/edit_resource_links' %>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
spree_core-0.50.0 app/views/admin/prototypes/edit.html.erb
spree_core-0.40.3 app/views/admin/prototypes/edit.html.erb
spree_core-0.40.2 app/views/admin/prototypes/edit.html.erb
spree_core-0.40.1 app/views/admin/prototypes/edit.html.erb
spree_core-0.40.0 app/views/admin/prototypes/edit.html.erb
spree_core-0.30.1 app/views/admin/prototypes/edit.html.erb
spree_core-0.30.0 app/views/admin/prototypes/edit.html.erb
spree_core-0.30.0.beta1 app/views/admin/prototypes/edit.html.erb