Project
This commit is contained in:
@@ -40,6 +40,12 @@ block content
|
||||
|
||||
if isOwnedByUser
|
||||
.divider
|
||||
.row
|
||||
.col.s12
|
||||
p.flow-text
|
||||
-
|
||||
const wordCount = artifactVersion.chapters.reduce((totalWordCount, chapter) => totalWordCount+chapter.wordCount, 0)
|
||||
span.chip #{wordCount.toLocaleString()} words
|
||||
.row
|
||||
.col.s12
|
||||
a.btn.black(href=`/v/${artifactVersion.id}/chapters/add`) add chapter
|
||||
|
||||
Reference in New Issue
Block a user