Merge pull request #2875 from thepeopleseason/challenges_spacing_fix
Challenges spacing fix
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user