<% content_for :page_title do %> <%= Spree::Country.model_name.human(count: :many) %> <% end %> <% content_for :page_actions do %> <%= button_link_to Spree.t(:new_country), new_object_url, { :class => "btn-success", :icon => 'add', :id => 'admin_new_country' } %> <% end %> <% @countries.each do |country| %> <% end %>
<%= Spree.t(:country_name) %> <%= Spree.t(:iso_name) %> <%= Spree.t(:states_required) %>
<%= country.name %> <%= country.iso_name %> <%= country.states_required? ? Spree.t(:say_yes) : Spree.t(:say_no) %> <%= link_to_edit country, :no_text => true %> <%= link_to_delete country, :no_text => true %>