Add translator/editors buttons
This commit is contained in:
@@ -32,7 +32,7 @@ block content
|
||||
label
|
||||
input#overview-checkbox(type="checkbox")
|
||||
span
|
||||
th Title Text
|
||||
th Name
|
||||
th
|
||||
a.dropdown-trigger language ▼
|
||||
th Artifact
|
||||
@@ -45,14 +45,14 @@ block content
|
||||
a.dropdown-trigger editor ▼
|
||||
tbody
|
||||
each translationChapter in translationChapters.sort((a, b) => a.index - b.index)
|
||||
tr(onclick=`window.location='/projects/${project.id}/tracker/${translationChapter.id}'`)
|
||||
tr(onclick=`window.location='/translate/${translationChapter.translationArtifactVersion.id}/chapter/${translationChapter.id}'`)
|
||||
//- TODO: link to the translationChapter...
|
||||
td
|
||||
p
|
||||
label
|
||||
input(type="checkbox")
|
||||
span
|
||||
td(title=translationChapter.chapter.name)= translationChapter.chapter.name
|
||||
td.truncate(title=translationChapter.chapter.name)= translationChapter.chapter.name
|
||||
td
|
||||
a(href=`/projects/${project.id}/tracker?dialectId=${translationChapter.translationArtifactVersion.dialect.id}`)= translationChapter.translationArtifactVersion.dialect.name
|
||||
td #{translationChapter.translationArtifactVersion.artifactVersion.artifact.name} - #{translationChapter.translationArtifactVersion.artifactVersion.tag}
|
||||
|
||||
Reference in New Issue
Block a user