diff options
| author | ryderr <r@okfoc.us> | 2014-10-01 16:35:33 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-01 16:35:33 -0400 |
| commit | e52ff269967587b8f36528158a83ebe491ff3239 (patch) | |
| tree | aa93216b5b53f663f6fb32d8fad05b63a9c58799 /views/partials | |
| parent | 16f111699f9204c0cd0ccf5f8799da8790622bc2 (diff) | |
help icon
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/header.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 8a5036b..43bcc49 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -53,7 +53,6 @@ <span class="topLinks"> [[ if (logged_in) { ]] - [[ if (user.isStaff) { ]] <a href="/layout" data-role="show-layouts-modal" class="topLink">Layouts</a> [[ } ]] @@ -68,7 +67,8 @@ [[ } else if (! profile) { ]] <a href="/profile" class="topLink">Profile</a> [[ } ]] - + <a href="#" class="icon-help-circled"></a> + [[ } else { ]] <a href="/signup" data-role="show-signup-modal" class="signUp topLink">Sign Up</a> <a href="/login" data-role="show-signin-modal" class="signIn topLink">Sign In</a> |
