fixes page not found if there are not wallets
This commit is contained in:
parent
5b1463af60
commit
05d1ba98ae
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<div ng-init="$root.title = 'Page not found'"
|
||||
ng-class="{'wide-page':!$root.wallet}">
|
||||
ng-class="{'wide-page':!$root.iden}">
|
||||
<div class="text-center">
|
||||
<img ng-show="$root.wallet" src="img/logo.svg" alt="Copay">
|
||||
<img ng-show="!$root.wallet" src="img/logo-negative.svg" alt="Copay">
|
||||
<img ng-show="$root.iden" src="img/logo.svg" alt="Copay">
|
||||
<img ng-show="!$root.iden" src="img/logo-negative.svg" alt="Copay">
|
||||
</div>
|
||||
<h1 class="text-center" ng-class="{'text-white': !$root.wallet}">404</h1>
|
||||
<h3 translate class="text-center" ng-class="{'text-white': !$root.wallet}">Page not found</h3>
|
||||
<h1 class="text-center" ng-class="{'text-white': !$root.iden}">404</h1>
|
||||
<h3 translate class="text-center" ng-class="{'text-white': !$root.iden}">Page not found</h3>
|
||||
<p class="text-center"><a href="#!/">« <span translate>Back</span></a></p>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue