Sha256: 6521bc9d2a3d38aa2a7e50cbcdb002f87f18d64263267dadb593572f4d0ec491
Contents?: true
Size: 589 Bytes
Versions: 16
Compression:
Stored size: 589 Bytes
Contents
<% content_for :page_title do %> <%= Spree.t(:new_stock_location) %> <% end %> <% content_for :page_actions do %> <%= link_to_with_icon 'arrow-left', Spree.t(:back_to_stock_locations_list), admin_stock_locations_path, :class => 'btn btn-primary' %> <% end %> <%= render :partial => 'spree/admin/shared/error_messages', :locals => { :target => @stock_locations } %> <%= form_for [:admin, @stock_location] do |f| %> <fieldset> <%= render :partial => 'form', :locals => { :f => f } %> <%= render :partial => 'spree/admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems