aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pdfresources/edit.html.erb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-14 11:20:00 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-14 11:20:00 +0000
commitc8d449c31b29b281a219512bdd5defd5e5ea20f3 (patch)
tree32f053272d42bdc56c277b400292448509f91345 /app/views/pdfresources/edit.html.erb
parent213bd45bb257f0f8fd6108f184b98519ecbf77e7 (diff)
Adds Edit and Delete buttons to the show page for admin
Diffstat (limited to 'app/views/pdfresources/edit.html.erb')
-rw-r--r--app/views/pdfresources/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pdfresources/edit.html.erb b/app/views/pdfresources/edit.html.erb
index aa8d60e..bab5c81 100644
--- a/app/views/pdfresources/edit.html.erb
+++ b/app/views/pdfresources/edit.html.erb
@@ -1,4 +1,4 @@
-<div class="mx-auto md:w-2/3 w-full">
+<div class="mx-auto md:w-1/2 w-full">
<h1 class="font-bold text-4xl">Editing <%= @pdfresource.name %> </h1>
<%= render "form", pdfresource: @pdfresource %>