fix some minor formatting

master
justcool393 2022-10-08 10:39:36 -07:00
parent 491d71a9b5
commit d05cb09040
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@
<p id="profile--info--spent">Coins spent: {{u.coins_spent}}</p>
<p id="profile--info--truescore">True score: {{u.truecoins}}</p>
<p id="profile--info--winnings">Winnings: {{u.winnings}}</p>
<p id="profile--info--hats-owned">{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})</p>
<p id="profile--info--hats-owned">{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})</p>
{% if u.is_private %}
<p id="profile--info--private">User has private mode enabled</p>
{% endif %}
@ -497,7 +497,7 @@
<p id="profile-mobile--info--spent">Coins spent: {{u.coins_spent}}</p>
<p id="profile-mobile--info--truescore">True score: {{u.truecoins}}</p>
<p id="profile-mobile--info--winnings">Winnings: {{u.winnings}}</p>
<p id="profile--info--hats-owned">{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})</p>
<p id="profile-mobile--info--hats-owned">{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})</p>
{% if u.is_private %}
<p id="profile-mobile--info--private">User has private mode enabled</p>
{% endif %}