aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pdfresources/new.html.erb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-13 20:22:52 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-13 20:22:52 +0000
commit9f6bca8186fb29eb26e9e40670013f6948e1efc3 (patch)
treebfae43dbc4fcb52ff6ce74f7cd32c0203adf042f /app/views/pdfresources/new.html.erb
parent25afd4b7ef65ea7164b43d0599d901aedf252536 (diff)
Rough rendition of pdf snapshotter works
Diffstat (limited to '')
-rw-r--r--app/views/pdfresources/new.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/pdfresources/new.html.erb b/app/views/pdfresources/new.html.erb
index 73f1a01..5fa06d1 100644
--- a/app/views/pdfresources/new.html.erb
+++ b/app/views/pdfresources/new.html.erb
@@ -1,5 +1,4 @@
-<div class="mx-auto md:w-1/2 w-full">
- <h1 class="font-bold text-4xl">Add a new Resource</h1>
+<div class="mx-auto md:w-1/2 w-full"> <h1 class="font-bold text-4xl">Add a new Resource</h1>
<%= render "form", pdfresource: @pdfresource %>