Fixes transactions and send pages
This commit is contained in:
parent
d7adc854c9
commit
5921a1f1ae
4 changed files with 155 additions and 145 deletions
|
|
@ -103,7 +103,7 @@
|
|||
</div>
|
||||
|
||||
<div class="large-6 columns">
|
||||
<div class="box-note">
|
||||
<div class="send-note">
|
||||
<h6>Send to</h6>
|
||||
<p class="text-gray" ng-class="{'hidden': sendForm.address.$invalid || !address}">
|
||||
{{address}}
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
</div>
|
||||
|
||||
<div class="large-12 columns line-dashed">
|
||||
<h3>Address Book</h3>
|
||||
<h2>Address Book</h2>
|
||||
<p class="text-gray" ng-hide="showAddressBook()">Empty. Create an alias for your addresses</p>
|
||||
<table ng-show="showAddressBook()">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue