From 0ea7f7c906c5e9d41dc818c2dad4fa91f534605d Mon Sep 17 00:00:00 2001 From: swag Date: Sun, 8 Jan 2023 23:10:58 -0500 Subject: [PATCH] Link for hidden posts for mods --- README.md | 1 - templates/layouts/default.html.ep | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfe50c..9d499ca 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Run the tests locally (against development environment): ## TODOs -1. Link to hidden posts for mods 1. lock_status isn't doing anything!! 1. Actions for creating moderators and resetting passwords 1. CSS diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2cd8787..de3885a 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -14,6 +14,7 @@ <% } =%> <% if (is_mod) { =%> <%= link_to Flagged => 'flagged_list' %> + <%= link_to Hidden => 'hidden_list' %> <%= link_to Logout => 'mod_logout' %> <% } =%>