View entity objects

This commit is contained in:
2022-01-13 19:39:25 +02:00
parent 35fd113be0
commit 4128ee879f
11 changed files with 437 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
extend templates/layout.pug
block content
.container
.center
h1 Projects
if projects.length == 0
p.flow-text No projects owned by #{entityName}
else
each project in projects
p.flow-text
a(href=`/projects/${project.id}`)= project.name