diff options
| -rw-r--r-- | views/partials/footer.ejs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 685aec1..3f816f0 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -13,6 +13,9 @@ <span> you are signed in as → <a href="/profile/[[- user.username ]]">[[- user.displayName ]]</a> + [[ if (user.isStaff) { ]] + <a href="/staff">Staff Area</a> + [[ } ]] <a href="/logout" class="topLink">Sign Out?</a> </span> [[ } ]] |
