Fork with translations...
This commit is contained in:
@@ -4,7 +4,7 @@ block content
|
||||
.container
|
||||
.center
|
||||
h1 Translate into
|
||||
a(href=`/translate/${translationChunk.translationChapter.translationArtifactVersion.id}/chapter/${translationChunk.translationChapter.id}`) #{translationChunk.translationChapter.translationArtifactVersion.name}
|
||||
a(href=`/translate/${translationChunk.translationChapter.translationArtifactVersion.id}`) #{translationChunk.translationChapter.translationArtifactVersion.name}
|
||||
|
||||
//- TODO: Show previous...
|
||||
form.row(action=`/translate/${translationChunk.translationChapter.translationArtifactVersion.id}/chapter/${translationChunk.translationChapter.id}/t/${translationChunk.index}`, method="post")
|
||||
|
||||
@@ -32,7 +32,7 @@ block content
|
||||
a(href=`/translate/${translationArtifactVersion.forkedFrom.id}`) fork
|
||||
|
||||
//- TODO: Condition to show translate button
|
||||
.row
|
||||
//- .row
|
||||
.col.s12
|
||||
a.btn.black(href=`/translate/${translationArtifactVersion.id}`) Translate
|
||||
//- TODO: Condition to show fork button
|
||||
@@ -60,4 +60,6 @@ block content
|
||||
h2 Chapters
|
||||
each translationChapter in translationArtifactVersion.translationChapters
|
||||
p.flow-text
|
||||
small translate
|
||||
br
|
||||
a(href=`/translate/${translationArtifactVersion.id}/chapter/${translationChapter.id}`)= translationChapter.chapter.name
|
||||
Reference in New Issue
Block a user