View entity objects
This commit is contained in:
13
server/views/entity-artifacts.pug
Normal file
13
server/views/entity-artifacts.pug
Normal file
@@ -0,0 +1,13 @@
|
||||
extend templates/layout.pug
|
||||
|
||||
block content
|
||||
.container
|
||||
.center
|
||||
h1 Artifacts
|
||||
|
||||
if artifacts.length == 0
|
||||
p.flow-text No artifacts owned by #{entityName}
|
||||
else
|
||||
each artifact in artifacts
|
||||
p.flow-text
|
||||
a(href=`/library/${artifact.id}`)= artifact.name
|
||||
Reference in New Issue
Block a user