You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
318 B
12 lines
318 B
extends ../layout/main
|
|
block view-content
|
|
|
|
include ../user/components/profile-picture
|
|
|
|
section.uk-section.uk-section-default.uk-section-small
|
|
.uk-container
|
|
|
|
h1 Projects You Manage
|
|
if Array.isArray(projects) && (projects.length > 0)
|
|
else
|
|
div You don't manage any projects at this time.
|