mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
cleaner avatar-level visibility
This commit is contained in:
parent
c67a65582a
commit
edee8d2719
1 changed files with 1 additions and 3 deletions
|
|
@ -652,9 +652,7 @@ do a find for the string after "→"
|
|||
<span class='{:p.gender}_weapon_{@profile.items.weapon}'></span>
|
||||
{/}
|
||||
</div>
|
||||
{{#if @main}}
|
||||
<div class="lvl"><span class="badge badge-info">Lvl {@profile.stats.lvl}</span></div>
|
||||
{{else if @party}}
|
||||
{{#unless @minimal}}
|
||||
<div class="lvl"><span class="badge badge-info">Lvl {@profile.stats.lvl}</span></div>
|
||||
{{/}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue