From 0d50b1f18993827cb6862efeedea528b64fad164 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Sat, 21 Oct 2023 13:24:24 -0400
Subject: Added quote moderation panel

---
 app/views/layouts/admin.html.haml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'app/views/layouts')

diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 3949b5e..e3fc92f 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -41,5 +41,9 @@
           = link_to "Comments", admin_comments_url, class: "major-link"
           %ul.minors
             %li.minor= link_to "Pending", pending_admin_comments_url
+        %li{major_sidebar_attrs("quotes")}
+          = link_to "Quotes", admin_quotes_url, class: "major-link"
+          %ul.minors
+            %li.minor= link_to "Pending", pending_admin_quotes_url
       #main
         = yield
-- 
cgit 1.4.1