Sha256: 31c2bf8d1fda598d3506f6e6c13183a16e1b424ce196cd84f77a1394e0797b86

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

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

<h1><%= t("editing_state") %></h1>

<%= render 'shared/error_messages', :target => @state %>

<%= form_for([:admin, @country, @state]) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <%= render :partial => "admin/shared/edit_resource_links" %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/admin/states/edit.html.erb
spree_core-0.70.RC1 app/views/admin/states/edit.html.erb