Sha256: d435f64505e60bf715d34ef11d8c18482613edba8bdd8b0501b072dba9c329ce
Contents?: true
Size: 605 Bytes
Versions: 17
Compression:
Stored size: 605 Bytes
Contents
<% content_for :page_title do %> <%= Spree.t(:new_stock_location) %> <% end %> <% content_for :page_actions do %> <li><%= link_to_with_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
17 entries across 17 versions & 1 rubygems