bitcoin-atm

bitcoin atm for pyc inc.

git clone https://9o.is/git/bitcoin-atm.git

ErrorState.html

(719B)


      1 <wz-step screen="ErrorState" class="loading">
      2 	<div class="centered">
      3 		<i class="fa fa-warning fa-3x text-warning"></i>
      4 		<p class="margin-bottom-100">
      5 			An error may have occurred during the transaction. 
      6 			Please provide the best method to contact you within the 
      7 			hour so we can resolve the issue.
      8 		</p>
      9 		<button ng-click="unwrapInput('error-phone')" class="btn btn-warning solo-btn small margin-bottom-50">Phone Number</button>
     10 		<button ng-click="unwrapInput('error-email')" class="btn solo-btn small gray margin-bottom-50">Email</button>
     11 	</div>
     12 	
     13 	<span data-lift="embed?what=/templates-hidden/input/error-phone"></span>
     14 	<span data-lift="embed?what=/templates-hidden/input/error-email"></span>
     15 </wz-step>