mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
fix space issues: contrib modal, challenge list
This commit is contained in:
parent
02c283b628
commit
9fe8da3c12
2 changed files with 4 additions and 4 deletions
|
|
@ -142,10 +142,10 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
|
|||
span.label.label-success=env.t('officialChallenge')
|
||||
li {{challenge.group.name}}
|
||||
li
|
||||
=env.t('by')
|
||||
=env.t('by') + ' '
|
||||
strong {{challenge.leader.profile.name}}
|
||||
li
|
||||
| {{challenge.memberCount}}
|
||||
li
|
||||
| {{challenge.memberCount}}
|
||||
= ' ' + env.t('participants')
|
||||
li(ng-show='challenge.prize')
|
||||
p
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ script(id='modals/achievements/contributor.html', type='text/ng-template')
|
|||
.modal-body
|
||||
.npc_justin.float-left
|
||||
p
|
||||
!=env.t('contribModal', {name: "{{user.profile.name}}", level: "{{user.contributor.level}}"})
|
||||
!=env.t('contribModal', {name: "{{user.profile.name}}", level: "{{user.contributor.level}}"}) + ' '
|
||||
a(href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank')=env.t('contribLink')
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='set({"flags.contributor":false}); $close()')=env.t('ok')
|
||||
|
|
|
|||
Loading…
Reference in a new issue