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