From be8604d94c92a80579c73caed74a25f8c4d654c4 Mon Sep 17 00:00:00 2001 From: Jon Allured Date: Sun, 18 Feb 2024 11:28:06 -0800 Subject: [PATCH] Add csv uploads to dashboard --- app/views/dashboard/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml index a05adae..e5968d8 100644 --- a/app/views/dashboard/show.html.haml +++ b/app/views/dashboard/show.html.haml @@ -16,6 +16,7 @@ %h2 Admin Pages %p= link_to "Books", new_admin_book_path +%p= link_to "CSV Uploads", admin_csv_uploads_path %p= link_to "Gift Ideas", admin_gift_ideas_path %p= link_to "Post Bin", admin_post_bin_requests_path %p= link_to "Project List", admin_projects_path