diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 12:26:38 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 12:26:38 -0400 |
| commit | 7767259acb90375f55b15ad906e3d434219d43fc (patch) | |
| tree | 91884e3f39d18fe3e8f6d690b775e75d23794737 /views/partials/header.ejs | |
| parent | 59968931216c449aebdabcfb25b9792fdbbe8931 (diff) | |
no border on side
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 88d832d..c946037 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> [[ } ]] <a href="#" class="icon-help-circled" id="help-button"></a> |
