diff options
| author | ryderr <r@okfoc.us> | 2014-09-29 14:07:29 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-29 14:07:29 -0400 |
| commit | 7cd5291ff363c0fcd776e1039c2af650b758d70d (patch) | |
| tree | a48fc4b8e2210cde33f4c731c2ac957063e8bec9 /views/partials/header.ejs | |
| parent | a140d347c7e4e1a6c17ab117832056e3d7f7e512 (diff) | |
some styles
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 6697aff..a48c5e1 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -14,7 +14,7 @@ <a href="/project" data-role="show-projects-modal" class="topLink">Projects</a> [[ if (profile && String(user._id) == String(profile._id)) { ]] - <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Edit Profile <span class="icon-ios7-gear-outline"></span></a> + <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a> [[ } else if (! profile) { ]] <a href="/profile" class="topLink">Profile</a> [[ } ]] |
