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.
 
 
 
 
 
 

22 lines
442 B

{{#if model.matured}}
<h4>Matured Blocks</h4>
<table class="table table-condensed table-striped">
<thead>
<tr>
<th>Height</th>
<th>Block Hash</th>
<th>Time Found</th>
<th>Variance</th>
<th>Reward</th>
<th>Type</th>
</tr>
</thead>
<tbody>
{{#each model.matured as |block|}}
{{partial "blocks/block"}}
{{/each}}
</tbody>
</table>
{{else}}
<h3>No matured blocks yet</h3>
{{/if}}