mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
* 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
31 lines
1.3 KiB
Text
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')
|