Rename entries to artifacts

This commit is contained in:
2022-01-07 00:28:07 +02:00
parent 0d0468e45c
commit a9f9b63904
4 changed files with 11 additions and 11 deletions

View File

@@ -6,11 +6,11 @@ block content
h1 Library
a.btn.black(href="/library/add") add artifact
if entries.length == 0
if artifacts.length == 0
p.flow-text No Literature currently on the system
else
.row
each artifact in entries
each artifact in artifacts
.col.s12
a(href=`/library/${artifact.id}`)
.card-panel

View File

@@ -12,7 +12,7 @@ block content
th Version
th
tbody
each artifact in entries
each artifact in artifacts
tr
td= artifact.name
td= artifact.artifactVersions[0].tag