Minor cosmetic fixes

This commit is contained in:
Matias Pando 2014-08-28 10:00:18 -03:00
commit 20c78ce130
2 changed files with 2 additions and 2 deletions

View file

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