mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-17 00:45:08 +00:00
refactor route map
This commit is contained in:
parent
99758dcaa9
commit
12d606d115
@ -1,29 +0,0 @@
|
|||||||
<h1>Choice</h1>
|
|
||||||
|
|
||||||
<form class="choice-discourse-form form-horizontal">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<button class='btn btn-primary' {{action "someThing"}}>something</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<h2>Stripe Payments</h2>
|
|
||||||
|
|
||||||
<form action="/choice/stripe">
|
|
||||||
<script
|
|
||||||
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
|
||||||
data-key="pk_test_b8RmhzlL8QPizJRqOrKF3JEV"
|
|
||||||
data-name="CHOICE"
|
|
||||||
data-description="Consumer Defender"
|
|
||||||
data-image="https://cloud.githubusercontent.com/assets/64749/18696451/99eeb440-7ffc-11e6-8cab-905a8ea27fb6.png"
|
|
||||||
data-locale="auto"
|
|
||||||
data-zip-code="false"
|
|
||||||
data-currency="aud"
|
|
||||||
data-label="Become a Consumer Defender"
|
|
||||||
data-email="{{model.email}}"
|
|
||||||
>
|
|
||||||
</script>
|
|
||||||
</form>
|
|
Loading…
x
Reference in New Issue
Block a user