mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
exp text bug fix
This commit is contained in:
parent
2d8f0ee39b
commit
72dc25a604
1 changed files with 6 additions and 5 deletions
|
|
@ -21,11 +21,12 @@
|
|||
</div>
|
||||
|
||||
<div class="progress progress-warning">
|
||||
{#if _user.history.exp}
|
||||
<span class="progress-text">
|
||||
<a x-bind=click:toggleChart data-chart-selector="exp-chart" data-history-path="_user.history.exp"><i class=icon-signal></i></a> Exp: {round(_user.stats.exp)} / {_tnl}
|
||||
</span>
|
||||
{/}
|
||||
<span class="progress-text">
|
||||
{#if _user.history.exp}
|
||||
<a x-bind=click:toggleChart data-chart-selector="exp-chart" data-history-path="_user.history.exp"><i class=icon-signal></i></a>
|
||||
{/}
|
||||
Exp: {round(_user.stats.exp)} / {_tnl}
|
||||
</span>
|
||||
<div class="bar" style="width: {percent(_user.stats.exp,_tnl)}%;"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue