<% if notice.present? %>

<%= notice %>

<% end %> <% content_for :title, "Resource types" %>

Resource types

<%= link_to "New resource type", new_resource_type_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<% @resource_types.each do |resource_type| %> <%= render resource_type %>

<%= link_to "Show this resource type", resource_type, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>

<% end %>