<% @states.each do |state| %> <% end %> <% if @states.empty? %> <% end %>
<%= Spree::State.human_attribute_name(:name) %> <%= Spree::State.human_attribute_name(:abbr) %>
<%= state.name %> <%= state.abbr %> <% if can?(:update, state) %> <%= link_to_with_icon 'edit', Spree.t('actions.edit'), edit_admin_country_state_url(@country, state), :no_text => true %> <% end %> <% if can?(:destroy, state) %> <%= link_to_delete state, :no_text => true %> <% end %>
<%= Spree.t(:none) %>