Link for hidden posts for mods

This commit is contained in:
swag 2023-01-08 23:10:58 -05:00
parent f48c139ad9
commit 0ea7f7c906
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -14,6 +14,7 @@
<% } =%>
<% if (is_mod) { =%>
<%= link_to Flagged => 'flagged_list' %>
<%= link_to Hidden => 'hidden_list' %>
<%= link_to Logout => 'mod_logout' %>
<% } =%>
</nav>