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' %> <% } =%>