Fixing #88 properly on all themes
							parent
							
								
									0069014e80
								
							
						
					
					
						commit
						5a99d248ab
					
				|  | @ -96,7 +96,7 @@ | |||
|             </div> | ||||
|             {{#ifCond page '!=' 'pay'}} | ||||
|             <div class="text-right align-right col-xs-6 col s6"> | ||||
|                 {{#ifCond ../page '==' 'checkout'}} | ||||
|                 {{#ifCond @root.page '==' 'checkout'}} | ||||
|                 <a href="/pay" class="btn btn-default">Pay now</a> | ||||
|                 {{else}} | ||||
|                 <a href="/checkout" class="btn btn-default">Checkout</a> | ||||
|  |  | |||
|  | @ -89,7 +89,7 @@ | |||
|             </div> | ||||
|             {{#ifCond page '!=' 'pay'}} | ||||
|             <div class="text-right align-right col s6"> | ||||
|                 {{#ifCond page '==' 'checkout'}} | ||||
|                 {{#ifCond @root.page '==' 'checkout'}} | ||||
|                 <a href="/pay" class="btn waves-effect waves-light blue darken-3">Pay now</a> | ||||
|                 {{else}} | ||||
|                 <a href="/checkout" class="btn waves-effect waves-light blue darken-3">Checkout</a> | ||||
|  |  | |||
|  | @ -89,7 +89,7 @@ | |||
|             </div> | ||||
|             {{#ifCond page '!=' 'pay'}} | ||||
|             <div class="text-right align-right col s6"> | ||||
|                 {{#ifCond page '==' 'checkout'}} | ||||
|                 {{#ifCond @root.page '==' 'checkout'}} | ||||
|                 <a href="/pay" class="btn waves-effect waves-light black">Pay now</a> | ||||
|                 {{else}} | ||||
|                 <a href="/checkout" class="btn waves-effect waves-light black">Checkout</a> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue