diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:25:48 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:25:48 +0000 |
| commit | cd1ee1fca3a665ec30e90c96d442679538b74fa3 (patch) | |
| tree | 5217fc1fe729309021a2075fffd5c941266de465 /views/user_profile_alt.hbs | |
| parent | 4cff38c8f7b65dab1fd72ea835ea7288327d1056 (diff) | |
Added href to logout link at botton of profile page
Diffstat (limited to 'views/user_profile_alt.hbs')
| -rw-r--r-- | views/user_profile_alt.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index d6985b9..da1bfca 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -226,7 +226,7 @@ <div class="col-md-12 prf-sign-off"> <p class=" text-info"> July 4 2016 </p> <a href="#">Edit Profile</a> - <a href="#">Logout</a> + <a href="/user/logout">Logout</a> <br> </div> |
