Wallet/views/includes/version.html

6 lines
180 B
HTML
Raw Normal View History

<div ng-controller="VersionController">
<small>v{{version}}</small>
<small ng-if="networkName=='testnet'">[ {{networkName}} ]</small>
2014-08-27 11:51:50 -03:00
<small>{{commitHash}}</small>
</div>