diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-12 19:41:00 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-12 19:41:00 +0000 |
commit | 0c236603161908c72ab86ab9c682a08edd77774f (patch) | |
tree | f18c63250a558a7583de958acee9733a617e2ce7 /app/views/pdfresources/new.html.erb | |
parent | 634cf4ee06a4820eaa2431a272b9a223118cf884 (diff) |
Tidying up the resource form
Diffstat (limited to '')
-rw-r--r-- | app/views/pdfresources/new.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/pdfresources/new.html.erb b/app/views/pdfresources/new.html.erb index 5bd072b..73f1a01 100644 --- a/app/views/pdfresources/new.html.erb +++ b/app/views/pdfresources/new.html.erb @@ -1,5 +1,5 @@ -<div class="mx-auto md:w-2/3 w-full"> - <h1 class="font-bold text-4xl">New pdfresource</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 %> |