|
|
|
|
@ -4,17 +4,18 @@
|
|
|
|
|
<table class="table table-condensed table-striped"> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th>Height</th> |
|
|
|
|
<th>Login</th> |
|
|
|
|
<th>Time Found</th> |
|
|
|
|
<th>Variance</th> |
|
|
|
|
<th>Shares/Diff</th> |
|
|
|
|
<th>{{t "block.height"}}</th> |
|
|
|
|
<th>{{t "block.login"}}</th> |
|
|
|
|
<th>{{t "block.time_found"}}</th> |
|
|
|
|
<th>{{t "block.variance"}}</th> |
|
|
|
|
<th>{{t "block.shares"}}</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
{{#each model.candidates as |block|}} |
|
|
|
|
<tr> |
|
|
|
|
<td><a href="https://explorer.ellaism.org/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number |
|
|
|
|
<td><a href="{{t " links.blockExplorerLink_block"}}{{block.height}}" rel="nofollow" |
|
|
|
|
target="_blank">{{format-number |
|
|
|
|
block.height}}</a></td> |
|
|
|
|
<td>{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}}</td> |
|
|
|
|
<td>{{format-date-locale block.timestamp}}</td> |
|
|
|
|
@ -32,5 +33,5 @@
|
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
{{else}} |
|
|
|
|
<h3>No new blocks yet</h3> |
|
|
|
|
<h3>{{t "block.no_new_blocks_yet"}}</h3> |
|
|
|
|
{{/if}} |