Fixes transactions and send pages

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 11:27:10 -03:00
commit 5921a1f1ae
4 changed files with 155 additions and 145 deletions

View file

@ -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}}&nbsp;
@ -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>