fix problem in complete tx proposal
This commit is contained in:
parent
e2af5ac782
commit
037b7610b3
3 changed files with 6 additions and 7 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<div translate ng-if="!blockchain_txs[0].txid && !loading">
|
||||
<em><strong>No transactions yet.</strong></em> </div>
|
||||
<div class="last-transactions" ng-repeat="btx in blockchain_txs | orderBy: 'time':true">
|
||||
<div class="last-transactions-header size-14">
|
||||
<div class="last-transactions-header oh size-14">
|
||||
<div class="large-8 medium-7 small-4 columns ellipsis">
|
||||
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{btx.txid}}" target="_blank">
|
||||
{{btx.txid}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue