Sha256: aab191aab72fdb246668c07df802a3aaf917bc1793d64c11cb88c79f34cdcc5d
Contents?: true
Size: 677 Bytes
Versions: 30
Compression:
Stored size: 677 Bytes
Contents
<% content_for :page_title do %> <%= Spree.t(:editing_stock_location) %> <i class="icon-arrow-right"></i> <%= @stock_location.name %> <% end %> <% content_for :page_actions do %> <li><%= link_to_with_icon 'icon-arrow-left', Spree.t(:back_to_stock_locations_list), admin_stock_locations_path, :class => 'button' %></li> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @stock_location } %> <%= form_for [:admin, @stock_location] 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