|
|
|
@ -14,7 +14,7 @@ |
|
|
|
{{else if block.orphan}} |
|
|
|
{{else if block.orphan}} |
|
|
|
<span class="label label-danger">Orphan</span> |
|
|
|
<span class="label label-danger">Orphan</span> |
|
|
|
{{else}} |
|
|
|
{{else}} |
|
|
|
<td>{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}}</td> |
|
|
|
<td>{{#link-to 'account' block.finder class='hash'}}{{identicon block.finder 25}}{{block.finder}}{{/link-to}}</td> |
|
|
|
{{/if}} |
|
|
|
{{/if}} |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td>{{format-date-locale block.timestamp}}</td> |
|
|
|
<td>{{format-date-locale block.timestamp}}</td> |
|
|
|
@ -49,4 +49,4 @@ |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td>{{format-hashrate block.shareDiff}}</td> |
|
|
|
<td>{{format-hashrate block.shareDiff}}</td> |
|
|
|
<td>{{block.worker}}</td> |
|
|
|
<td>{{block.worker}}</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
|