Display first login incentive reward when bailey is dismissed (#8234)

This commit is contained in:
Keith Holliday
2016-11-23 21:44:11 -06:00
committed by Sabe Jones
parent a56b2d68fb
commit ac732b2c85
2 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ script(type='text/ng-template', id='modals/newStuff.html')
div(ng-bind-html='latestBaileyMessage')
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('cool')
button.btn.btn-warning(ng-click='dismissAlert(); $close()')=env.t('dismissAlert')
button.btn.btn-warning(ng-click='dismissAlert(); $close(); showLoginIncentive()')=env.t('dismissAlert')