fix text in block and transaction page

This commit is contained in:
Gustavo Cortez 2014-01-10 10:25:16 -03:00
parent 69678cf388
commit 8d8a1c256b
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -1,12 +1,15 @@
<section data-ng-controller="transactionsController" data-ng-init="findOne()">
<div class="page-header">
<h1>
<span class="glyphicon glyphicon-transfer">&nbsp;</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>