aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/resource_types/new.html.erb
blob: 0c15be30b2e97523c6fa9c487ebac595872d3a9a (plain) (blame)
1
2
3
4
5
6
7
<div class="mx-auto md:w-1/2 w-full">
  <h1 class="font-bold text-4xl">New resource type</h1>

  <%= render "form", resource_type: @resource_type %>

  <%= link_to "Back to resource types", resource_types_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
</div>