From 17d660fd4b8516d6b446f7c41d7b076a29a242a1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 17:44:38 -0400 Subject: Added comment deleting Also I seem to have fixed the JS errors that were preventing the fancy stuff in the admin panel from working. --- app/views/layouts/admin.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/layouts') diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index 1c865b0..5d75ef5 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -37,5 +37,7 @@ = link_to "Games", admin_games_url, class: "major-link" %ul.minors %li.minor= link_to "New game", new_admin_game_url + %li{major_sidebar_attrs("comments")} + = link_to "Comments", admin_comments_url, class: "major-link" #main = yield -- cgit 1.4.1