fix link next block if you are on the last block

This commit is contained in:
Gustavo Cortez 2014-02-25 19:30:46 -03:00
parent a60c8e121e
commit 65edaa1f55
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 -->