Skip to content

Commit

Permalink
Merge pull request bitpay#377 from colkito/bug/change-mined-verb
Browse files Browse the repository at this point in the history
bitpay#340 Using 'Mined by' legend
  • Loading branch information
cmgustavo committed Feb 19, 2014
2 parents d8092e4 + 00239aa commit 467629b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/views/block.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Summary</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion public/views/block_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
<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>
Expand Down
2 changes: 1 addition & 1 deletion public/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Latest Blocks</h1>
<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>
Expand Down

0 comments on commit 467629b

Please sign in to comment.