From 8326d0f9734bcd9ea9708074c25bc4c0be563ab1 Mon Sep 17 00:00:00 2001 From: jameskopacz Date: Mon, 9 Mar 2015 04:39:00 -0500 Subject: [PATCH] "Update my public portfolio" button fix "Update my public portfolio" button was appearing on all account pages. --- views/account/show.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/account/show.jade b/views/account/show.jade index f043f05ee1..20e9ef49cd 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -6,10 +6,10 @@ block content h1 #{username}'s portfolio .panel-body if (user && user.profile.username === username) - .col-xs-12 - .text-center - a.btn.btn-big.btn-primary(href="/account") Update my public portfolio - br + .col-xs-12 + .text-center + a.btn.btn-big.btn-primary(href="/account") Update my public portfolio + br .row .col-xs-12 .col-xs-12.col-sm-12.col-md-5 @@ -106,4 +106,4 @@ block content tr td= challenges[challenge.challengeNumber].name td= moment(ch[challenge.challengeNumber], 'X').format("MMM DD, YYYY") - br \ No newline at end of file + br