Merge pull request #167 from jameskopacz/jameskopacz-patch-1
"Update my public portfolio" button fix
This commit is contained in:
@ -6,10 +6,10 @@ block content
|
|||||||
h1 #{username}'s portfolio
|
h1 #{username}'s portfolio
|
||||||
.panel-body
|
.panel-body
|
||||||
if (user && user.profile.username === username)
|
if (user && user.profile.username === username)
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.text-center
|
.text-center
|
||||||
a.btn.btn-big.btn-primary(href="/account") Update my public portfolio
|
a.btn.btn-big.btn-primary(href="/account") Update my public portfolio
|
||||||
br
|
br
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.col-xs-12.col-sm-12.col-md-5
|
.col-xs-12.col-sm-12.col-md-5
|
||||||
@ -106,4 +106,4 @@ block content
|
|||||||
tr
|
tr
|
||||||
td= challenges[challenge.challengeNumber].name
|
td= challenges[challenge.challengeNumber].name
|
||||||
td= moment(ch[challenge.challengeNumber], 'X').format("MMM DD, YYYY")
|
td= moment(ch[challenge.challengeNumber], 'X').format("MMM DD, YYYY")
|
||||||
br
|
br
|
||||||
|
Reference in New Issue
Block a user