Wallet/views/includes/version.html

6 lines
233 B
HTML
Raw Normal View History

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