Rename entries to artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user