summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-29 15:43:54 -0400
committerJules Laplace <jules@okfoc.us>2014-09-29 15:43:54 -0400
commitadba61c0fa7231372864e742b9775ba0531ad046 (patch)
treef976f32a8adc081b80c70f3d48bb07f5f8479f6d /views/partials/header.ejs
parent94533f1023cb58d293242801eda1aa74bd8d19c6 (diff)
parent5dcd5c815ba623194e8d33859f4dd2cb3d8b579c (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs2
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>
[[ } ]]