diff options
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 4ba9773..fce96cc 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -4,6 +4,7 @@ [[ if (logged_in) { ]] <span>[[- user.displayName ]]</span> <a href="/profile" class="topLink">View Profile</a> + <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Edit Profile <span class="icon-ios7-gear-outline"></span></a> <a href="/logout" class="topLink">Sign Out</a> [[ } else { ]] <a href="#" data-role="show-signup-modal" class="signUp topLink">Sign Up</a> |
