WIP: Buy-1-Get-1 Gift Subs (#9719)

* feat(promo): Buy-1-Get-1 Gift Subs

* feat(promo): add explanatory text to subscription screens
Also adds some add'l test coverage and creates a test context for this event
This commit is contained in:
Sabe Jones
2017-12-14 23:09:02 -06:00
committed by GitHub
parent 4f0ce77205
commit dc3d694d0e
8 changed files with 143 additions and 40 deletions

View File

@@ -90,6 +90,11 @@
li {{ $t('giftSubscriptionText2') }}
li {{ $t('giftSubscriptionText3') }}
h4 {{ $t('giftSubscriptionText4') }}
.col-6
h2 {{ $t('winterPromoGiftHeader') }}
p {{ $t('winterPromoGiftDetails1') }}
p {{ $t('winterPromoGiftDetails2') }}
</template>
<style scoped>