Sha256: 3e79dc695c8c963743efa0cb7ed141e26b66c04ccc8e7bc9fe80e15c69aacf2d
Contents?: true
Size: 610 Bytes
Versions: 25
Compression:
Stored size: 610 Bytes
Contents
<% content_for :page_title do %> <%= Spree.t(:new_stock_location) %> <% 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_locations } %> <%= form_for [:admin, @stock_location] do |f| %> <fieldset class="no-border-top"> <%= render :partial => 'form', :locals => { :f => f } %> <%= render :partial => 'spree/admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
25 entries across 25 versions & 1 rubygems