aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pdfresources/edit.html.erb
diff options
context:
space:
mode:
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 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 %>