diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
| commit | fd1763e460efaac8e2befc6b24bbbbd4a92008f0 (patch) | |
| tree | 7076e945da841b2a24ba46deb3f54df422a88fbd /views/partials | |
| parent | 6e5dbdeb78b72bf9775ed2ea233db0b2ad8b5e41 (diff) | |
| parent | 7990eabde341aa44f20f22927954bca6783dc60f (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/header.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 065385d..1b7b498 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -65,7 +65,7 @@ [[ if (profile && String(user._id) == String(profile._id)) { ]] <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a> [[ } else if (! profile) { ]] - <a href="/profile" class="topLink">Profile</a> + <a href="/profile" class="topLink profileLink">Profile</a> [[ } ]] [[ if (opt.editing) { ]] |
