Sha256: 43f0bbca84d6e7328a050083311081d7087f54ec4d39a44448e7706159c553b4

Contents?: true

Size: 333 Bytes

Versions: 8

Compression:

Stored size: 333 Bytes

Contents

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

<h1><%= t(:editing_property) %></h1>

<%= render 'shared/error_messages', :target => @property %>

<%= form_for [:admin, @property] 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/properties/edit.html.erb
spree_core-0.70.6 app/views/admin/properties/edit.html.erb
spree_core-0.70.5 app/views/admin/properties/edit.html.erb
spree_core-0.70.4 app/views/admin/properties/edit.html.erb
spree_core-0.70.3 app/views/admin/properties/edit.html.erb
spree_core-0.70.2 app/views/admin/properties/edit.html.erb
spree_core-0.70.1 app/views/admin/properties/edit.html.erb
spree_core-0.70.0 app/views/admin/properties/edit.html.erb