copay/views/includes/version.html

7 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>