Sha256: 63ce32a261a46b98126be38308c71b0775a3a3d95ac21c4664659934b1d0a50e
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
<%= render :partial => 'shared/product_sub_menu' %> <h1><%= t("editing_option_type") %></h1> <%= error_messages_for :option_type %> <% form_for(:option_type, :url => object_url, :html => { :method => :put }) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <%= render :partial => 'shared/edit_resource_links' %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree-0.6.0 | app/views/admin/option_types/edit.html.erb |
spree-0.7.0 | app/views/admin/option_types/edit.html.erb |
spree-0.7.1 | app/views/admin/option_types/edit.html.erb |