Main functionality for translation entries
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user