blob: 6738cf1945e9d936d091f4ca9c6f9d0b02b3cd59 (
plain) (
tree)
|
|
<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>
|