Wallet/views/includes/version.html
2014-09-10 13:43:58 -07:00

6 lines
233 B
HTML

<div ng-controller="VersionController">
<small>v{{version}} ({{defaultLanguage}})</small>
<small>#{{commitHash}}</small>
<small ng-if="networkName ==='testnet' || networkName ==='livenet'">[ {{networkName}} ]</small>
</div>