aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-11 20:40:23 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-11 20:40:23 +0000
commitb4acbcadc7b4f73efe0580be2dd3cf1dbe342682 (patch)
tree1f0dba047af2801a71653824d8ae83022dbdb9d5
parent07b62172741df6be4e439b11f28076ab5c013a8e (diff)
Cosmetic tweaks to resource list page
-rw-r--r--app/views/pdfresources/index.html.erb6
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">