mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
don't show pet in customize modal
This commit is contained in:
parent
967589baf7
commit
be0cbfc3d2
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ do a find for the string after "→"
|
||||||
|
|
||||||
<!-- user avatar preview -->
|
<!-- user avatar preview -->
|
||||||
<figure class="avatar-window">
|
<figure class="avatar-window">
|
||||||
<app:avatar profile={_user} />
|
<app:avatar profile={_user} minimal="true" />
|
||||||
<figcaption class="char-name">{username(_user.auth)}</figcaption>
|
<figcaption class="char-name">{username(_user.auth)}</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -634,7 +634,7 @@ do a find for the string after "→"
|
||||||
<!-- $avatar-template -->
|
<!-- $avatar-template -->
|
||||||
<avatar:>
|
<avatar:>
|
||||||
<div class="avatar {{#if @main}}main-avatar{{/}} {{#if @party}}party-avatar{{/}}" data-toggle='{{#if @main}}modal{{/}}' data-target='{{#if @main}}#customizations-modal{{/}}'>
|
<div class="avatar {{#if @main}}main-avatar{{/}} {{#if @party}}party-avatar{{/}}" data-toggle='{{#if @main}}modal{{/}}' data-target='{{#if @main}}#customizations-modal{{/}}'>
|
||||||
{#if _user.items.pet}<img src='img/BrowserQuest/habitrpg_mods/{_user.items.pet.icon}' />{/}
|
{#unless @minimal}{#if _user.items.pet}<img src='img/BrowserQuest/habitrpg_mods/{_user.items.pet.icon}' />{/}{/}
|
||||||
<div class='character-sprites'>
|
<div class='character-sprites'>
|
||||||
{#with @profile.preferences as :p}
|
{#with @profile.preferences as :p}
|
||||||
<span class='{:p.gender}_skin_{:p.skin}'></span>
|
<span class='{:p.gender}_skin_{:p.skin}'></span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue