Skip to content

Commit

Permalink
fix bogus timestamp in 1st row of explorer.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
gozart1 authored and chappjc committed Oct 6, 2017
1 parent 8dfe14a commit be9c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/explorer.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="row fs13">
<div class="col d-flex justify-content-between">
<a id="prev" class="no-underline" href="/explorer">◄ Older</a>
<p id="best" class="hidden timestamp">{{.BestBlock}}</p>
<p id="best" class="hidden">{{.BestBlock}}</p>
<a id="next" class="no-underline" href="/explorer">Newer ►</a>
</div>
</div>
Expand Down

0 comments on commit be9c048

Please sign in to comment.