Merge pull request #377 from colkito/bug/change-mined-verb

#340 Using 'Mined by' legend
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-19 11:06:29 -02:00
commit 467629bc70
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>