Added commit Hash to home page

This commit is contained in:
Matias Pando 2014-08-27 11:51:50 -03:00
commit e7c9f8d9c7
4 changed files with 17 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<div ng-controller="VersionController">
<small>v{{version}}</small>
<small ng-if="networkName=='testnet'">[ {{networkName}} ]</small>
<small>{{commitHash}}</small>
</div>