master
Mark Moffat 2019-10-29 18:17:58 +10:30
parent 8c817e6df1
commit 0069014e80
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
</div> </div>
{{#ifCond page '!=' 'pay'}} {{#ifCond page '!=' 'pay'}}
<div class="text-right align-right col-xs-6 col s6"> <div class="text-right align-right col-xs-6 col s6">
{{#ifCond page '==' 'checkout'}} {{#ifCond ../page '==' 'checkout'}}
<a href="/pay" class="btn btn-default">Pay now</a> <a href="/pay" class="btn btn-default">Pay now</a>
{{else}} {{else}}
<a href="/checkout" class="btn btn-default">Checkout</a> <a href="/checkout" class="btn btn-default">Checkout</a>