<% @states.each do |state| %> <% end %> <% if @states.empty? %> <% end %>
<%= t("name") %> <%= t("abbreviation") %>
<%=state.name %> <%=state.abbr %> <%=link_to_with_icon 'edit', t("edit"), edit_admin_country_state_url(@country, state) %>   <%=link_to_with_icon 'delete', t("delete"), object_url(state), :method => :delete %>
None.

<%= button_link_to t("new_state"), new_admin_country_state_url(@country), :icon => 'add' %>