Sha256: 901d0582bbd27adf510faa2ea792989efee34d427133d1d9f71defa301e83792
Contents?: true
Size: 673 Bytes
Versions: 17
Compression:
Stored size: 673 Bytes
Contents
<% content_for :page_title do %> <%= Spree.t(:editing_stock_location) %> <i class="fa fa-arrow-right"></i> <%= @stock_location.name %> <% 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_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
17 entries across 17 versions & 1 rubygems