Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div class="robux-button-container robux-upsell ng-scope" ng-if="!robuxPageData.isInApp"> <!-- ngIf: layout.isPremiumUser --> <!-- ngIf: !layout.isPremiumUser && product.subscription --><button ng-if="!layout.isPremiumUser &amp;&amp; product.subscription" type="button" class="btn-growth-md btn-full-width unsubscribed ng-scope" ng-click="buyClick(product.subscription)"> <span class="icon-robux-white"></span><h4 class="inline-text ng-binding" ng-bind-html="'Label.PriceMonth'|translate: {robux: product.subscription.robuxAmount, subTextStart: '<span class=font-small>', subTextEnd: '</span>'}">1,000<span class="font-small">/month</span></h4> </button><!-- end ngIf: !layout.isPremiumUser && product.subscription --> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement