Files
mantra.press/server/views/entity-artifacts.pug
2022-01-13 19:39:25 +02:00

13 lines
366 B
Plaintext

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