Merge pull request #326 from Bitcoin-com/wallet/task/562

Bug - 562 - No notification when a new release version is available (Mac OSX github)
This commit is contained in:
Jean-Baptiste Dominguez 2018-09-06 22:12:45 +09:00 committed by GitHub
commit 9c0b54a7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 217 additions and 90 deletions

View file

@ -15,9 +15,11 @@
<img src="img/icon-update.svg" class="bg"/>
</i>
<div class="item title">{{updateText}}</div>
<div class="item title">{{newReleaseText}}</div>
<div class="item release-notes" ng-if="newReleaseNotes"><span ng-bind-html="newReleaseNotes"></span></div>
<div class="button" ng-click="openExternalLink()">
<div class="button" ng-click="showUpdatePopup()">
<span translate>Download</span>
</div>
</div>