aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pdfresources/edit.html.erb
blob: 6738cf1945e9d936d091f4ca9c6f9d0b02b3cd59 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="mx-auto md:w-2/3 w-full">
  <h1 class="font-bold text-4xl">Editing pdfresource</h1>

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

  <%= link_to "Show this pdfresource", @pdfresource, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
  <%= link_to "Back to pdfresources", pdfresources_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
</div>