mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-05-01 19:59:55 -05:00
add whitespace between GP and XP amount and label in quest modals
This commit is contained in:
@@ -5,10 +5,10 @@ script(id='partials/options.social.party.quest-rewards.html', type='text/ng-temp
|
||||
tr(ng-repeat='drop in quest.drop.items')
|
||||
td {{::drop.text()}}
|
||||
tr(ng-if='::quest.drop.exp > 0')
|
||||
td {{::quest.drop.exp}}
|
||||
td {{::quest.drop.exp}}
|
||||
=env.t('experience')
|
||||
tr(ng-if='::quest.drop.gp > 0')
|
||||
td {{::quest.drop.gp}}
|
||||
td {{::quest.drop.gp}}
|
||||
=env.t('gold')
|
||||
tr(ng-if='::quest.drop.unlock()')
|
||||
td {{::quest.drop.unlock()}}
|
||||
|
||||
Reference in New Issue
Block a user