Hide buy gems button if over level 100 in rebirth modal
This commit is contained in:
@@ -15,7 +15,8 @@ script(type='text/ng-template', id='modals/rebirth.html')
|
||||
.modal-header
|
||||
h4=env.t('rebirthBegin')
|
||||
.modal-body
|
||||
+gemButton
|
||||
span(ng-if='user.stats.lvl < 100')
|
||||
+gemButton
|
||||
figure
|
||||
.rebirth_orb
|
||||
p=env.t('rebirthStartOver')
|
||||
|
||||
Reference in New Issue
Block a user