feat(mystery): Programmatic presents
Shows the appropriately colored subscription giftwrap for the user's current month. Also includes the Bailey notification for this month's upcoming subscriber item.
This commit is contained in:
@@ -155,7 +155,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
||||
.badge.badge-info.stack-count {{user.items.special.valentineReceived.length}}
|
||||
|
||||
div(ng-if='user.purchased.plan.customerId || user.purchased.plan.mysteryItems.length')
|
||||
button.customize-option(popover=env.t('subscriberItemText'), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', class='inventory_present', ng-click="user.ops.openMysteryItem({})")
|
||||
button.customize-option(popover=env.t('subscriberItemText'), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', class='inventory_present inventory_present_{{moment().format("MM")}}', ng-click="user.ops.openMysteryItem({})")
|
||||
.badge.badge-info.stack-count {{user.purchased.plan.mysteryItems.length}}
|
||||
|
||||
div(ng-if='user.purchased.plan.consecutive.trinkets')
|
||||
|
||||
@@ -1,22 +1,28 @@
|
||||
h5 5/31/2015 - PUSH NOTIFICATIONS FOR ANDROID, AND LAST CHANCE FOR GREEN KNIGHT SUBSCRIBER ITEMS!
|
||||
h5 6/1/2015 - JUNE MYSTERY ITEM!
|
||||
hr
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201505.pull-right
|
||||
h5 Last Chance for Green Knight Item Set
|
||||
p Reminder: this is the final day to <a href='/#/options/settings/subscription' target='_blank'>subscribe</a> and receive the Green Knight Item Set! If you want the Green Knight Helm or the Green Knight Lance, now's the time! Thanks so much for your support <3
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h5 Push Notifications for Android
|
||||
p We've released an update to the Android app that includes new types of push notification! Now it's easier than ever to remember to stay productive. Get the Android update <a href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg' target='_blank'>here</a>!
|
||||
p.small.muted by Negue
|
||||
.inventory_present_06.pull-right
|
||||
h5 June Mystery Item!
|
||||
p Ooh, how mysterious! All Habiticans who are <a href='/#/options/settings/subscription' target='_blank'>subscribed</a> during the month of June will receive the June Mystery Item Set, as well as the ability to buy Gems with Gold! The June Item Set will be revealed on the 25th, so keep your eyes peeled. Thanks for supporting the site <3
|
||||
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
|
||||
h5 5/31/2015 - PUSH NOTIFICATIONS FOR ANDROID, AND LAST CHANCE FOR GREEN KNIGHT SUBSCRIBER ITEMS!
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201505.pull-right
|
||||
h5 Last Chance for Green Knight Item Set
|
||||
p Reminder: this is the final day to <a href='/#/options/settings/subscription' target='_blank'>subscribe</a> and receive the Green Knight Item Set! If you want the Green Knight Helm or the Green Knight Lance, now's the time! Thanks so much for your support <3
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h5 Push Notifications for Android
|
||||
p We've released an update to the Android app that includes new types of push notification! Now it's easier than ever to remember to stay productive. Get the Android update <a href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg' target='_blank'>here</a>!
|
||||
p.small.muted by Negue
|
||||
h5 5/25/2015 - MAY SUBSCRIBER ITEM SET: GREEN KNIGHT!
|
||||
tr
|
||||
td
|
||||
|
||||
Reference in New Issue
Block a user