diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
commit | 5a9063a04b5a81de31566ad641728ca06fe96927 (patch) | |
tree | 2c58d1d6af82e5f667c394f3ab968a71a12ce13a /app/views/pdfresources/edit.html.erb | |
parent | 018affc145e0b3c823e3e7dcaaada39858f5c8b3 (diff) |
Adds some validation and further work on the form
Diffstat (limited to '')
-rw-r--r-- | app/views/pdfresources/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pdfresources/edit.html.erb b/app/views/pdfresources/edit.html.erb index 6738cf1..aa8d60e 100644 --- a/app/views/pdfresources/edit.html.erb +++ b/app/views/pdfresources/edit.html.erb @@ -1,5 +1,5 @@ <div class="mx-auto md:w-2/3 w-full"> - <h1 class="font-bold text-4xl">Editing pdfresource</h1> + <h1 class="font-bold text-4xl">Editing <%= @pdfresource.name %> </h1> <%= render "form", pdfresource: @pdfresource %> |