Files
mantra.press/server/views/entity-projects.pug

13 lines
360 B
Plaintext
Raw Normal View History

2022-01-13 19:39:25 +02:00
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