Wallet/views/includes/version.html

6 lines
211 B
HTML
Raw Normal View History

<div ng-controller="VersionController">
<small>v{{version}}</small>
2014-08-28 10:00:18 -03:00
<small>#{{commitHash}}</small>
<small ng-if="networkName ==='testnet' || networkName ==='livenet'">[ {{networkName}} ]</small>
</div>