Link for hidden posts for mods
This commit is contained in:
parent
f48c139ad9
commit
0ea7f7c906
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<% } =%>
|
||||
<% if (is_mod) { =%>
|
||||
<%= link_to Flagged => 'flagged_list' %>
|
||||
<%= link_to Hidden => 'hidden_list' %>
|
||||
<%= link_to Logout => 'mod_logout' %>
|
||||
<% } =%>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue
Block a user