mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
edit icon instead of text
This commit is contained in:
parent
0d16eb1e3c
commit
3a4432b4c8
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@
|
|||
<li data-id={{:task.id}} class="task {taskClasses(:task.type, :task.completed, :task.score)}">
|
||||
<div class="task-meta">
|
||||
<!-- TODO make this a popover -->
|
||||
<a x-bind=click:toggleEdit data-selector="{{:task.id}}-edit" class="edit-link">Edit</a>
|
||||
|
||||
<a x-bind=click:toggleEdit data-selector="{{:task.id}}-edit" class="edit-link"><i class="icon-pencil"></i></a>
|
||||
|
||||
<!--<a class="edit-link" href="#/<%= id %>/edit">Edit</a>-->
|
||||
{#if :task.notes}
|
||||
|
|
|
|||
Loading…
Reference in a new issue