mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-11 14:59:12 +00:00
Better save button
This commit is contained in:
parent
f91461353d
commit
59e565170c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
{#if equal(:task.type, 'reward')}
|
||||
<label>Price<input type=text value={:task.price} /></label>
|
||||
{/}
|
||||
<a x-bind=click:toggleEdit data-selector="{{:task.id}}-edit" class="btn btn-primary">Save</a>
|
||||
<a x-bind=click:toggleEdit data-selector="{{:task.id}}-edit" class="btn">Save</a>
|
||||
<a x-bind=click:del class="btn btn-danger">Delete</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue