|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<div class="jumbotron-brand"> |
|
|
|
<div class="jumbotron-brand"> |
|
|
|
<div class="container"> |
|
|
|
<div class="container"> |
|
|
|
<p class="lead">Pool always pays tx fees from it's own pocket for now.</p> |
|
|
|
<p class="lead">TX fees supplied by the pool wallet.</p> |
|
|
|
<strong>Total payments sent:</strong> <span class="label label-info">{{model.paymentsTotal}}</span> |
|
|
|
<strong>Total payments sent:</strong> <span class="label label-info">{{model.paymentsTotal}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -23,11 +23,11 @@ |
|
|
|
<td>{{format-date-locale tx.timestamp}}</td> |
|
|
|
<td>{{format-date-locale tx.timestamp}}</td> |
|
|
|
<td>{{format-number tx.formatAmount}}</td> |
|
|
|
<td>{{format-number tx.formatAmount}}</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<a href="https://expedition.dev/address/{{tx.address}}" class="hash" rel="nofollow" target="_blank">{{wallet |
|
|
|
<a href="https://eticascan.org/address/{{tx.address}}" class="hash" rel="nofollow" target="_blank">{{wallet |
|
|
|
tx.address}}</a> |
|
|
|
tx.address}}</a> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<a href="https://expedition.dev/tx/{{tx.tx}}" class="hash" rel="nofollow" target="_blank">{{format-tx |
|
|
|
y |
|
|
|
tx.tx}}</a> |
|
|
|
tx.tx}}</a> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
|