<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:editing_stock_location) %> <%= @stock_location.name %> <% end %> <% content_for :page_actions do %>
  • <%= link_to_with_icon 'arrow-left', Spree.t(:back_to_stock_locations_list), admin_stock_locations_path, :class => 'button' %>
  • <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @stock_location } %> <%= form_for [:admin, @stock_location] do |f| %>
    <%= render :partial => 'form', :locals => { :f => f } %> <%= render :partial => 'spree/admin/shared/edit_resource_links' %>
    <% end %>