View entity objects
This commit is contained in:
13
server/views/entity-projects.pug
Normal file
13
server/views/entity-projects.pug
Normal 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
|
||||
Reference in New Issue
Block a user