6 lines
173 B
HTML
6 lines
173 B
HTML
<div ng-controller="VersionController">
|
|
<small>v{{version}}</small>
|
|
<small>#{{commitHash}}</small>
|
|
<small ng-if="$root.wallet.isTestnet()">[TESTNET]</small>
|
|
</div>
|
|
|