diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-02 17:22:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-02 17:22:05 -0400 |
| commit | 1ca354257049dd9bf69a3542e2274c50e85ca788 (patch) | |
| tree | 3583b1af1a7178eb448eab9640ef1546227200d7 /views/partials/header.ejs | |
| parent | b1556ef6f9854e08f5bb20907c57a9558005af95 (diff) | |
| parent | e271f9d7c0b2cf3998d1d8921f1f830bd7bab3ef (diff) | |
merge
Diffstat (limited to 'views/partials/header.ejs')
| -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) { ]] |
