mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
only show restore-streak on dailies
This commit is contained in:
parent
ff2fedda48
commit
bc49e4668c
1 changed files with 4 additions and 2 deletions
|
|
@ -286,8 +286,10 @@
|
||||||
<button type="button" class="task-action-btn tile {#if equal(:task.priority,'!!!')}active{/}" data-priority='!!!' x-bind=click:tasksSetPriority>Hard</button>
|
<button type="button" class="task-action-btn tile {#if equal(:task.priority,'!!!')}active{/}" data-priority='!!!' x-bind=click:tasksSetPriority>Hard</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<legend class="option-title">Restore Streak</legend>
|
{{#if equal(:task.type,'daily')}}
|
||||||
<input class='option-content' type=number value={int(:task.streak)} />
|
<legend class="option-title">Restore Streak</legend>
|
||||||
|
<input class='option-content' type=number value={int(:task.streak)} />
|
||||||
|
{{/}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{/}
|
{/}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue