Sha256: 44e97a0669813686d2b4bf0a6cb803ab6406b7da945a4d432c5b7093390f9c8b

Contents?: true

Size: 654 Bytes

Versions: 30

Compression:

Stored size: 654 Bytes

Contents

<%= render :partial => 'spree/admin/shared/product_sub_menu' %>

<% content_for :page_title do %>
  <%= Spree.t(:editing_prototype) %>
<% end %>

<% content_for :page_actions do %>
  <li>
    <%= button_link_to Spree.t(:back_to_prototypes_list), spree.admin_prototypes_path, :icon => 'icon-arrow-left' %>
  </li>
<% end %>

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @prototype } %>

<%= form_for [:admin, @prototype] do |f| %>
  <fieldset class="no-border-top">
    <%= render :partial => 'form', :locals => { :f => f } %>
    <%= render :partial => 'spree/admin/shared/edit_resource_links' %>
  </fieldset>
<% end %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
spree_backend-2.1.12 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.11 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.10 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.13 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.9 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.8 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.12 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.7 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.11 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.10 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.2.1 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.6 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.2.0 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.5 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.9 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.4 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.8 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.3 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.0.7 app/views/spree/admin/prototypes/edit.html.erb
spree_backend-2.1.2 app/views/spree/admin/prototypes/edit.html.erb