mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
tags: add tags legend to task meta
This commit is contained in:
parent
b561dcba09
commit
d975931500
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue