Add ability to add/move a tag in the tag view
This commit is contained in:
parent
c066df6d21
commit
3959ea2ff9
2 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
|||
<span class="cor-option" option-click="askDeleteTag(tag.name)">
|
||||
<i class="fa fa-times"></i> Delete Tag
|
||||
</span>
|
||||
<span class="cor-option" option-click="askAddTag(tag)">
|
||||
<i class="fa fa-plus"></i> Add New Tag
|
||||
</span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Reference in a new issue