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 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