Created
February 16, 2015 13:08
-
-
Save orlaqp/c337b08852aa873dd121 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="ui green message"> | |
| This location is going to be active until: {{justDate model.activeUntil}} | |
| {{> button caption="Extend" class="mini renew location" icon="money"}} | |
| <form action="" method="POST"> | |
| <script | |
| src="https://checkout.stripe.com/v2/checkout.js" class="stripe-button" | |
| data-key="my-test-key-goes-here" | |
| data-amount="2000" | |
| data-name="Demo Site" | |
| data-description="2 widgets ($20.00)" | |
| data-currency="usd" | |
| data-image="/128x128.png"> | |
| </script> | |
| </form> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment