migration of open-etc-friends-pool for use with Etica/EGAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
1.6 KiB

<tr>
<td>
{{#if block.uncle}}
<a href="https://expedition.dev/uncle/{{block.uncleHeight}}" rel="nofollow" target="_blank">{{format-number block.height}}</a>
{{else}}
<a href="https://expedition.dev/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number block.height}}</a>
{{/if}}
</td>
<td>
{{#if block.uncle}}
<td>{{#link-to 'account' block.login class='hash'}}{{block.login}}{{/link-to}}</td>
{{else if block.orphan}}
<span class="label label-danger">Orphan</span>
{{else}}
<td>{{#link-to 'account' block.login class='hash'}}{{block.login}}{{/link-to}}</td>
{{/if}}
</td>
<td>{{format-date-locale block.timestamp}}</td>
<td>
{{#if block.isLucky}}
<span class="label label-success">{{format-number block.variance style='percent'}}</span>
{{else}}
{{#if block.isHard}}
<span class="label label-danger">{{format-number block.variance style='percent'}}</span>
{{else}}
<span class="label label-info">{{format-number block.variance style='percent'}}</span>
{{/if}}
{{/if}}
</td>
<td>
{{#if block.uncle}}
<span class="label label-default">{{block.formatReward}}</span>
{{else if block.isOk}}
<span class="label label-primary">{{block.formatReward}}</span>
{{/if}}
</td>
<td>
{{#if block.uncle}}
<span class="label label-default">Uncle</span>
{{else if block.isOk}}
<span class="label label-primary">Block</span>
{{/if}}
</td>
<td>{{format-hashrate block.shareDiff}}</td>
<td>{{block.worker}}</td>
</tr>