Browse Source

Update pending.hbs

add etica explorer
master
Don Kingdon 1 year ago committed by GitHub
parent
commit
1efc7a44e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      www/app/templates/blocks/pending.hbs

4
www/app/templates/blocks/pending.hbs

@ -1,5 +1,5 @@
{{#if model.candidates}} {{#if model.candidates}}
<h4>Recently Found Blocks</h4> <h4>Recent Blocks</h4>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
@ -15,7 +15,7 @@
<tbody> <tbody>
{{#each model.candidates as |block|}} {{#each model.candidates as |block|}}
<tr> <tr>
<td><a href="https://expedition.dev/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number <td><a href="https://eticascan.org/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number
block.height}}</a></td> block.height}}</a></td>
<td>{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}}</td> <td>{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}}</td>
<td>{{format-date-locale block.timestamp}}</td> <td>{{format-date-locale block.timestamp}}</td>

Loading…
Cancel
Save