Skip to content

Instantly share code, notes, and snippets.

@orlaqp
Created February 16, 2015 13:08
Show Gist options
  • Select an option

  • Save orlaqp/c337b08852aa873dd121 to your computer and use it in GitHub Desktop.

Select an option

Save orlaqp/c337b08852aa873dd121 to your computer and use it in GitHub Desktop.
<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