<%= notice %>

History Region Types

<% @history_region_types.each do |history_region_type| %> <% end %>
Region Region type
<%= history_region_type.region %> <%= history_region_type.region_type %> <%= link_to 'Show', history_region_type %> <%= link_to 'Edit', edit_history_region_type_path(history_region_type) %> <%= link_to 'Destroy', history_region_type, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New History Region Type', new_history_region_type_path %>