crowdstart-checkout
Version:
One Click Checkout for Crowdstart
14 lines (13 loc) • 481 B
text/jade
.crowdstart-terms(if='{ !hide }')
control(input='{ inputs.agreed }')
| I have read and agree to
a(target="_blank", href="{ config.termsUrl }")
| these terms and conditions.
.crowdstart-button(onclick='{ submit }', if='{ !hide }')
.crowdstart-loader(if='{ locked }')
div(if='{ locked }')
| Processing
div(if='{ !locked }')
| { config.callToActions[index] || config.callToActions[0] || 'confirm' }
.crowdstart-message(if='{ hasError() }')
| { error }