Add ability to add language to project entities
This commit is contained in:
@@ -37,7 +37,12 @@ block content
|
||||
a.btn.black(href=`/projects/${project.id}/import`)
|
||||
i.material-icons.left file_upload
|
||||
span import spreadsheets
|
||||
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
a.btn.black(href=`/projects/${project.id}/languages/add`)
|
||||
i.material-icons.left record_voice_over
|
||||
span add language
|
||||
.divider
|
||||
|
||||
table.highlight
|
||||
@@ -50,7 +55,7 @@ block content
|
||||
span
|
||||
th Name
|
||||
th
|
||||
a.dropdown-trigger language ▼
|
||||
a.dropdown-trigger language (#{project.get("languageCount")}) ▼
|
||||
th Artifact
|
||||
th Chapter
|
||||
th
|
||||
|
||||
Reference in New Issue
Block a user