#340 Using 'Mined by' legend

This commit is contained in:
Mario Colque 2014-02-19 01:48:13 -03:00
parent d8092e451e
commit 00239aac08
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<td class="text-right text-muted">{{block.time * 1000 | date:'medium'}}</td>
</tr>
<tr data-ng-show="block.poolInfo">
<td><strong>Relayed by</strong></td>
<td><strong>Mined by</strong></td>
<td class="text-right text-muted">
<a href="{{block.poolInfo.url}}" target="_blank" title="{{block.poolInfo.poolName}}">{{block.poolInfo.poolName}}</a>
</td>

View File

@ -35,7 +35,7 @@
<th>Height</th>
<th>Timestamp</th>
<th class="text-right">Transactions</th>
<th class="text-right">Relayed by</th>
<th class="text-right">Mined by</th>
<th class="text-right">Size</th>
</tr>
</thead>

View File

@ -13,7 +13,7 @@
<th>Height</th>
<th>Age</th>
<th class="text-right"><span class="ellipsis">Transactions</span></th>
<th class="text-right"><span class="ellipsis">Relayed by</span></th>
<th class="text-right"><span class="ellipsis">Mined by</span></th>
<th class="text-right">Size</th>
</tr>
</thead>