<%= 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 %>
|
<% end %>
<% if @states.empty? %>