mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Update profile.jade
This commit is contained in:
parent
745fdeb34f
commit
e8647c7cbc
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
.span4
|
||||
h3=env.t('bodybody')
|
||||
small.
|
||||
2 <span class="Pet_Currency_Gem1x inline-gems"/> / env.t('locked')
|
||||
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /= ' ' + env.t('locked')
|
||||
|
||||
h5=env.t('bodysize')
|
||||
.btn-group
|
||||
|
|
@ -26,7 +26,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
.span4
|
||||
h3=env.t('bodyhead')
|
||||
small.
|
||||
2 <span class="Pet_Currency_Gem1x inline-gems"/> / env.t('locked')
|
||||
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /= ' ' + env.t('locked')
|
||||
menu(type='list')
|
||||
// Color
|
||||
li.customize-menu
|
||||
|
|
@ -84,7 +84,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
.span4
|
||||
h3=env.t('skin')
|
||||
small.
|
||||
2 <span class="Pet_Currency_Gem1x inline-gems"/> / env.t('locked')
|
||||
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /= ' ' + env.t('locked')
|
||||
// skin
|
||||
li.customize-menu
|
||||
menu(label=env.t('basicskins'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue