should be able to update track tags

This commit is contained in:
Tangent 2019-06-27 19:49:32 -07:00
parent 71c382ac52
commit c59e9e6174

View File

@ -39,6 +39,7 @@ class extends Widget
th "Status"
th "Quality"
th "✓"
th "Tags"
for track in *@tracks
tr class: Tracks.statuses[track.status], ->
@ -76,4 +77,5 @@ class extends Widget
td ->
input type: "hidden", name: "id", value: track.id
input type: "submit", value: "Update"
td -> input type: "text", name: "tags", value: trim(track.tags)
@menu!