fix text in block and transaction page
This commit is contained in:
parent
69678cf388
commit
8d8a1c256b
@ -100,7 +100,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Transactions</h2>
|
||||
<h2>Transactions <small>Transactions contained within this block</small></h2>
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<th>Hash</th>
|
||||
|
||||
@ -1,12 +1,15 @@
|
||||
<section data-ng-controller="transactionsController" data-ng-init="findOne()">
|
||||
<div class="page-header">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-transfer"> </span>
|
||||
<a href="/#!/tx/{{tx.txid}}" title="{{tx.txid}}">Transaction</a>
|
||||
Transaction
|
||||
<small>View information about a bitcoin transaction</small>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="well well-sm">
|
||||
{{tx.txid}}
|
||||
</div>
|
||||
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user