|
<%= t('activerecord.attributes.country.name') -%> |
<%= t('activerecord.attributes.country.display_name') -%> |
ISO-3166-1 |
|
<%- @countries.each do |country| -%>
">
<%- if policy(country).update? -%>
<%= move_position(country) -%>
<%- end -%>
|
<%= country.name -%> |
<%= link_to country.display_name.localize, country -%> |
alpha-2: <%= country.alpha_2 -%>
alpha-3: <%= country.alpha_3 -%>
numeric: <%= country.numeric_3 -%>
|
<%- if policy(country).update? -%>
<%= link_to t('page.edit'), edit_country_path(country) -%>
<%- end -%>
|
<%- end -%>
<%= paginate(@countries) -%>