habitica/website/views/shared/modals/testing.jade
Sabe Jones 547c87dee7 Guild A/B test and Achievement (#8740)
* WIP(guilds): AB test pester modal

* WIP(AB-test): guild pester cont'd

* fix(style): linting error

* fix(AB-test): markModified and notif enum

* fix(tests): update AB expectations

* fix(modal): remove extra includes

* feat(achievements): add Joined Guild cheevo
Also removes unused achievement sprites, and properly saves counter used in A/B testing

* fix(style): linting error from conflict
2017-05-19 14:45:11 -05:00

31 lines
1.3 KiB
Text

script(type='text/ng-template', id='modals/testing.html')
.modal-content(style='min-width:28em')
.modal-body.text-center(style='padding-bottom:0')
h3=env.t('guildReminderTitle')
br
.scene_guilds.center-block
br
h4=env.t('guildReminderText1')
.modal-footer(style='padding-top:0')
.container-fluid
.row
.col-xs-6.text-center
button.btn-lg.btn-default(ng-click='$close()')=env.t('guildReminderDismiss')
.col-xs-6.text-center
button.btn-lg.btn-primary(ui-sref='options.social.guilds.public', href='/#/options/groups/guilds/public', ng-click='$close()')=env.t('guildReminderCTA')
script(type='text/ng-template', id='modals/testingVariant.html')
.modal-content(style='min-width:28em')
.modal-body.text-center(style='padding-bottom:0')
h3=env.t('guildReminderTitle')
br
.scene_guilds.center-block
br
h4=env.t('guildReminderText2')
.modal-footer(style='padding-top:0')
.container-fluid
.row
.col-xs-6.text-center
button.btn-lg.btn-default(ng-click='$close()')=env.t('guildReminderDismiss')
.col-xs-6.text-center
button.btn-lg.btn-primary(ui-sref='options.social.guilds.public', href='/#/options/groups/guilds/public', ng-click='$close()')=env.t('guildReminderCTA')