From b4acbcadc7b4f73efe0580be2dd3cf1dbe342682 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 11 Nov 2024 20:40:23 +0000 Subject: Cosmetic tweaks to resource list page --- app/views/pdfresources/index.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') 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 @@

<%= notice %>

<% 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 }%>
-

Pdfresources

- <%= link_to "New pdfresource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> +

Resources

+ <%= link_to "Add new resource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
-- cgit v1.2.3