Advertisement
Guest User

Robux

a guest
Oct 20th, 2019
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <div class="robux-cell"> <!-- ngIf: layout.isPremiumUser --> <!-- ngIf: !layout.isPremiumUser --><div ng-if="!layout.isPremiumUser" class="robux-button-container robux-downsell ng-scope"> <!-- ngIf: robuxPageData.isInApp --> <!-- ngIf: !robuxPageData.isInApp --><button type="button" class="btn-control-md btn-full-width ng-scope" ng-if="!robuxPageData.isInApp" ng-click="buyClick(product.normal)"> <span class="icon-robux-gray"></span><h4 class="inline-text ng-binding">400</h4> </button><!-- end ngIf: !robuxPageData.isInApp --> </div><!-- end ngIf: !layout.isPremiumUser --> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement