Merge pull request #409 from cmgustavo/bug/nextblock-lastblock

fix link next block if you are on the last block
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-25 20:31:37 -02:00
commit cc19282dd7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</div>
</div>
<div class="col-md-1">
<a href="/block/{{block.nextblockhash}}"><span class="lead glyphicon glyphicon-chevron-right"></span></a>
<a data-ng-show="block.nextblockhash" href="/block/{{block.nextblockhash}}"><span class="lead glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
</div> <!-- END OF CONTAINER -->