fixes
This commit is contained in:
parent
a34d483cd3
commit
35756cf529
21 changed files with 89 additions and 78 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</ion-checkbox>
|
||||
</div>
|
||||
|
||||
<div class="box-notification error" ng-show="!canSign">
|
||||
<div class="box-notification error ng-hide" ng-show="!canSign">
|
||||
<span class="size-14">
|
||||
<i class="ion-alert-circled"></i>
|
||||
<span translate>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div class="box-notification error" ng-show="formData.noSignEnabled">
|
||||
<div class="box-notification error ng-hide" ng-show="formData.noSignEnabled">
|
||||
<span class="size-14">
|
||||
<i class="ion-alert-circled"></i>
|
||||
<span translate>
|
||||
|
|
@ -90,4 +90,4 @@
|
|||
<i class="icon ion-compose"></i>
|
||||
<p translate>Copy this text as it is to a safe place (notepad or email)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue