Some UX rework...

This commit is contained in:
2021-12-27 00:14:48 +02:00
parent 4a016ac16a
commit 3141d8ed48
2 changed files with 15 additions and 9 deletions

View File

@@ -3,7 +3,8 @@ extend templates/layout.pug
block content
.container
.center
h1 Translate into #{chunk.chapter.entryVersion.translationEntryVersions[0].name}
h1 Translate into
a(href=`/translate/${chunk.chapter.entryVersion.translationEntryVersions[0].id}/chapter/${chunk.chapter.id}`) #{chunk.chapter.entryVersion.translationEntryVersions[0].name}
//- TODO: Show previous...
form.row(action=`/translate/${chunk.chapter.entryVersion.translationEntryVersions[0].id}/chapter/${chunk.chapter.id}/t/${chunk.index}`, method="post")