Files
mantra.press/server/views/translate-chapter-view.pug
2023-01-09 00:45:42 +02:00

19 lines
640 B
Plaintext

extend templates/layout.pug
block content
.container
.center
h1= translationChapter.translationArtifactVersion.name
h2= translationChapter.translationArtifactVersion.artifactVersion.artifact.name
//- TODO: export to markdown...
.row
.col.s12
a.btn.black(href=`/translate/${translationChapter.translationArtifactVersion.id}/chapter/${translationChapter.id}/markdown`, target="_blank") export markdown
.row
.col.s12
div !{translatedChapterOutput}