diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-01 19:07:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-01 19:07:10 -0400 |
| commit | ddac735a463278e245e566105ace3e32c723128c (patch) | |
| tree | 7facfe5f237af60265ce1d35b44a32b5a89941ef /views/partials/header.ejs | |
| parent | 59968931216c449aebdabcfb25b9792fdbbe8931 (diff) | |
stubbing in text editor stuff
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 88d832d..065385d 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -67,7 +67,10 @@ [[ } else if (! profile) { ]] <a href="/profile" class="topLink">Profile</a> [[ } ]] + + [[ if (opt.editing) { ]] <a href="#" class="icon-help-circled" id="help-button"></a> + [[ } ]] [[ } else { ]] <a href="/signup" data-role="show-signup-modal" class="signUp topLink">Sign Up</a> |
