fix space issues: contrib modal, challenge list

This commit is contained in:
James Hsiao 2014-02-17 16:41:39 -05:00
parent 02c283b628
commit 9fe8da3c12
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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')