diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/pdfresources/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/pdfresources/index.html.erb b/app/views/pdfresources/index.html.erb index 47f1591..5da2312 100644 --- a/app/views/pdfresources/index.html.erb +++ b/app/views/pdfresources/index.html.erb @@ -3,13 +3,13 @@ <p class="py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-lg inline-block" id="notice"><%= notice %></p> <% end %> - <% content_for :title, "Pdfresources" %> + <% content_for :title, "Alphabet Learning - Resources" %> <%= link_to "Log out", Current.session, class: "underline my-3", data: { turbo_method: :delete }%> <div class="flex justify-between items-center"> - <h1 class="font-bold text-4xl">Pdfresources</h1> - <%= link_to "New pdfresource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> + <h1 class="font-bold text-4xl">Resources</h1> + <%= link_to "Add new resource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> </div> <div id="pdfresources" class="min-w-full"> |