From eda7b3e255bcd5949df544a73b4689e6d106c64b Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 22 Mar 2016 01:15:41 +0530 Subject: [PATCH] Move Sign out and Send Email to User Page This commit moves the Sign out from Free Code Camp and the Email us buttons to the User page as they are not related to the accounts page. Tested Locally. --- server/views/account/settings.jade | 6 ------ server/views/account/show.jade | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/views/account/settings.jade b/server/views/account/settings.jade index f7b8d70b05..27817f1eb9 100644 --- a/server/views/account/settings.jade +++ b/server/views/account/settings.jade @@ -29,12 +29,6 @@ block content a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google') i.fa.fa-google-plus | Add my Google+ to my portfolio - .col-xs-12 - a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/logout') - | Sign me out of Free Code Camp - .col-xs-12 - a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com') - | Email us at team@freecodecamp.com .spacer h2.text-center Account Settings .row diff --git a/server/views/account/show.jade b/server/views/account/show.jade index 9297d4cc60..c9e773e70a 100644 --- a/server/views/account/show.jade +++ b/server/views/account/show.jade @@ -12,6 +12,12 @@ block content .col-xs-12 a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/settings') | Update your settings + .col-xs-12 + a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/logout') + | Sign me out of Free Code Camp + .col-xs-12 + a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com') + | Email us at team@freecodecamp.com .spacer h1.text-center #{username}'s code portfolio hr