View entity objects
This commit is contained in:
11
server/views/entities.pug
Normal file
11
server/views/entities.pug
Normal file
@@ -0,0 +1,11 @@
|
||||
extend templates/layout.pug
|
||||
|
||||
block content
|
||||
.container
|
||||
.center
|
||||
h1 Entities
|
||||
|
||||
each entity in entities
|
||||
p.flow-text
|
||||
i.material-icons= entity.type == 'individual' ? 'person' : 'group'
|
||||
a(href=`/entities/${entity.name}`)= ` ${entity.name}`
|
||||
Reference in New Issue
Block a user