diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-27 11:57:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-27 12:09:21 -0400 |
| commit | 685d5fd7b32ac868a0b2d8ac8a2a1b4120f274cf (patch) | |
| tree | 890537207a09374d4e2f2753f68407360d570c1a /views/partials/header.ejs | |
| parent | c29a5363e3e4e0833e78958fe95b52811d0b0660 (diff) | |
fork orthopolyline
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index bb8fc6e..ce9ffae 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -64,7 +64,9 @@ [[ 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> [[ } ]] |
