2016-08-17 13:07:48 -03:00
|
|
|
<ion-view>
|
2016-09-01 12:36:59 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-08-15 17:42:04 -03:00
|
|
|
<ion-nav-buttons side="primary">
|
2016-09-01 12:16:28 -04:00
|
|
|
<button class="button back-button" ui-sref="tabs.settings">
|
|
|
|
|
<i class="icon ion-ios-arrow-thin-left"></i>
|
2016-08-19 11:32:26 -03:00
|
|
|
</button>
|
|
|
|
|
</ion-nav-buttons>
|
2016-08-15 17:42:04 -03:00
|
|
|
</ion-nav-bar>
|
2016-08-29 16:48:15 -03:00
|
|
|
<ion-content ng-controller="preferencesAbout">
|
2016-09-01 10:12:06 -03:00
|
|
|
<div class="item item-divider" translate>
|
2016-08-15 17:42:04 -03:00
|
|
|
Release information
|
2015-04-25 12:37:04 -03:00
|
|
|
</div>
|
2016-08-15 17:42:04 -03:00
|
|
|
<div class="item item-icon-left">
|
|
|
|
|
<i class="icon ion-ios-film-outline"></i>
|
|
|
|
|
<span translate>Version</span>
|
|
|
|
|
<span class="item-note">
|
2016-09-02 14:04:19 -03:00
|
|
|
v{{version}}
|
2016-08-15 17:42:04 -03:00
|
|
|
</span>
|
|
|
|
|
</div>
|
2016-09-02 14:04:19 -03:00
|
|
|
<div class="item item-icon-left" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/tree/'+commitHash)">
|
2016-08-15 17:42:04 -03:00
|
|
|
<i class="icon ion-ios-film-outline"></i>
|
|
|
|
|
<span translate>Commit hash</span>
|
|
|
|
|
<span class="item-note">
|
2016-09-02 14:04:19 -03:00
|
|
|
#{{commitHash}}
|
2016-08-15 17:42:04 -03:00
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item item-divider">
|
|
|
|
|
</div>
|
2016-08-31 16:41:53 -03:00
|
|
|
<div class="item item-icon-left" href ui-sref="tabs.termsOfUse">
|
2016-08-15 17:42:04 -03:00
|
|
|
<i class="icon ion-ios-bell-outline"></i>
|
|
|
|
|
<span translate>Terms of Use</span>
|
|
|
|
|
</div>
|
2016-08-31 16:41:53 -03:00
|
|
|
<div class="item item-icon-left" href ui-sref="tabs.translators">
|
2016-08-15 17:42:04 -03:00
|
|
|
<i class="icon ion-ios-bell-outline"></i>
|
|
|
|
|
<span translate>Translators</span>
|
|
|
|
|
</div>
|
2016-08-31 16:41:53 -03:00
|
|
|
<div class="item item-icon-left" href ui-sref="tabs.logs">
|
2016-08-15 17:42:04 -03:00
|
|
|
<i class="icon ion-ios-bell-outline"></i>
|
|
|
|
|
<span translate>Session log</span>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|