Hide buy gems button if over level 100 in rebirth modal

This commit is contained in:
Blade Barringer
2015-01-05 13:41:58 -06:00
parent 10451d3296
commit cc7b2f70ba
+2 -1
View File
@@ -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')