show core team status in user profile
This commit is contained in:
@ -206,6 +206,15 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "An IETF language tag",
|
"description": "An IETF language tag",
|
||||||
"default": "en"
|
"default": "en"
|
||||||
|
},
|
||||||
|
"badges": {
|
||||||
|
"type": {
|
||||||
|
"coreTeam": {
|
||||||
|
"type": "array",
|
||||||
|
"default": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"default": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"validations": [],
|
"validations": [],
|
||||||
|
@ -56,6 +56,10 @@ block content
|
|||||||
if isBackEndCert
|
if isBackEndCert
|
||||||
.button-spacer
|
.button-spacer
|
||||||
a.btn.btn-primary.btn-block(href='/' + username + '/back-end-certification') View My Back End Development Certification
|
a.btn.btn-primary.btn-block(href='/' + username + '/back-end-certification') View My Back End Development Certification
|
||||||
|
.row
|
||||||
|
.col-xs-12.text-center
|
||||||
|
if (badges.coreTeam && badges.coreTeam.length)
|
||||||
|
h4 Core Team #{badges.coreTeam.reverse().join(', ')}
|
||||||
|
|
||||||
.spacer
|
.spacer
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
Reference in New Issue
Block a user