Sha256: c712fe5081b87b4d469eaeec40fa3bc840b01c1863f90505850badce71c8892f

Contents?: true

Size: 623 Bytes

Versions: 9

Compression:

Stored size: 623 Bytes

Contents

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

<% content_for :page_title do %>
  <%= t(:editing_property) %>
<% end %>

<% content_for :page_actions do %>
  <li><%= button_link_to t(:back_to_properties_list), admin_properties_url, :icon => 'icon-arrow-left'%></li>
<% end %>

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

<%= form_for [:admin, @property] 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

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.4 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.3 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.2 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.1 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.0 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/properties/edit.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/properties/edit.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/properties/edit.html.erb