Merge pull request #2875 from thepeopleseason/challenges_spacing_fix

Challenges spacing fix
This commit is contained in:
Matteo Pagliazzi
2014-02-21 19:35:19 +01:00
2 changed files with 4 additions and 4 deletions
+3 -3
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
+1 -1
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')