mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 11:10:30 +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>
|
||||
</div>
|
||||
|
||||
<legend class="option-title">Restore Streak</legend>
|
||||
<input class='option-content' type=number value={int(:task.streak)} />
|
||||
{{#if equal(:task.type,'daily')}}
|
||||
<legend class="option-title">Restore Streak</legend>
|
||||
<input class='option-content' type=number value={int(:task.streak)} />
|
||||
{{/}}
|
||||
</fieldset>
|
||||
{/}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue