summaryrefslogtreecommitdiff
path: root/views/partials
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-28 19:18:27 -0500
committerJules Laplace <jules@okfoc.us>2015-01-28 20:21:49 -0500
commit5adac681bdb43b8b709795fa501689fb9ae8a4e1 (patch)
tree635ad1f56013840f60dba46e4ba8fd0261353f3b /views/partials
parente3ff5315f7ea7421431658077253c4d71f0f5731 (diff)
many methods
Diffstat (limited to 'views/partials')
-rw-r--r--views/partials/header.ejs1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index ce5bab9..2acf2bc 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -64,6 +64,7 @@
[[ if (profile && String(user._id) == String(profile._id)) { ]]
<a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a>
+ <a href="/profile" data-role="edit-subscription-modal" class="topLink editSubscription">Subscription</a>
[[ } else if (! profile) { ]]
<a href="/profile" class="topLink profileLink">Profile</a>
[[ } ]]