Main functionality for translation entries

This commit is contained in:
2021-12-19 23:54:40 +02:00
parent 3515a687a2
commit 32a70881ba
7 changed files with 171 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ block content
.center
h1= entry.name
.divider
.row
a.btn.black(href=`/library/${entry.id}/chapters/add`) add chapter
if entry.chapters.length == 0
@@ -15,4 +17,8 @@ block content
.col.s12
a(href=`/library/${entry.id}/chapters/${chapter.id}`)
.card-panel
p.flow-text= chapter.name
p.flow-text= chapter.name
.divider
.row
a.btn.black(href=`/library/${entry.id}/translations/add`) add translation