tags: add tags legend to task meta
This commit is contained in:
@@ -224,7 +224,9 @@
|
||||
</fieldset>
|
||||
{/}
|
||||
|
||||
|
||||
<fieldset class='option-group'>
|
||||
<legend class="option-title">Tags</legend>
|
||||
<select multiple="multiple">
|
||||
{{#each _user.tags as :tag}}
|
||||
<option selected="{:task.tags[:tag.id]}">{:tag.name}</option>
|
||||
|
||||
Reference in New Issue
Block a user