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