Sha256: fcac0470b4d3068c2d461094129db53053d1b6aceb431ba0cf4f53efca6a80eb

Contents?: true

Size: 485 Bytes

Versions: 9

Compression:

Stored size: 485 Bytes

Contents

<%= render :partial => 'spree/admin/shared/configuration_menu' %>

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @state } %>

<% content_for :page_title do %>
  <%= t(:new_state) %>
<% end %>

<%= form_for [:admin, @country, @state] do |f| %>
  <fieldset>
    <legend><%= t(:new_state) %></legend>
    <%= render :partial => 'form', :locals => { :f => f } %>
    <%= render :partial => 'spree/admin/shared/new_resource_links' %>
  </fieldset>
<% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/states/new.html.erb
spree_core-1.3.4 app/views/spree/admin/states/new.html.erb
spree_core-1.3.3 app/views/spree/admin/states/new.html.erb
spree_core-1.3.2 app/views/spree/admin/states/new.html.erb
spree_core-1.3.1 app/views/spree/admin/states/new.html.erb
spree_core-1.3.0 app/views/spree/admin/states/new.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/states/new.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/states/new.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/states/new.html.erb