bwc
This commit is contained in:
parent
04fb7ba032
commit
320de62f13
348 changed files with 7745 additions and 30874 deletions
22
public/views/createProfile.html
Normal file
22
public/views/createProfile.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<div
|
||||
ng-controller="createProfileController as cp">
|
||||
|
||||
<div class="text-center logo-setup p20">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
||||
<div ng-include="'views/includes/version.html'"></div>
|
||||
</div>
|
||||
<div ng-if="index.isOffLine" class="row">
|
||||
<div class="large-12 columns">
|
||||
<h1 class="text-center text-warning" translate>Warning</h1>
|
||||
<div class="panel">
|
||||
<p translate>You don’t have an internet connection active. Copay needs connection to create a wallet</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div ng-if="!index.isOffLine && !cp.creatingProfile" ng-include="'views/includes/pin.html'" ng-init="confirmPin=true"></div> -->
|
||||
<div class="m20tp text-white text-center animated infinite flash" ng-if="!index.isOffLine && cp.creatingProfile">
|
||||
<span translate>Creating wallet...</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue