mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
typo
This commit is contained in:
parent
2d2689c119
commit
a695b26863
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,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{{/}}'>
|
||||||
{#unless @minimal}{#if @items.pet}<img src='img/BrowserQuest/habitrpg_mods/{_user.items.pet.icon}' />{/}{/}
|
{#unless @minimal}{#if @profile.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