Display the appstore id

This commit is contained in:
Girish Ramakrishnan
2020-12-09 17:13:52 -08:00
parent 0adcc2af4f
commit 1dc1cb92b9
+2 -2
View File
@@ -895,8 +895,8 @@
<span class="text-muted">{{ 'app.updates.info.packageVersion' | tr }}</span>
</div>
<div class="col-xs-6 text-right">
<span ng-show="app.appStoreId"><a ng-href="/#/appstore/{{app.manifest.id}}?version={{app.manifest.version}}">v{{ app.manifest.version }}</a></span>
<span ng-show="!app.appStoreId">v{{ app.manifest.version }}</span>
<span ng-show="app.appStoreId"><a ng-href="/#/appstore/{{app.manifest.id}}?version={{app.manifest.version}}">{{ app.manifest.id }}@{{ app.manifest.version }}</a></span>
<span ng-show="!app.appStoreId">{{ app.manifest.version }}</span>
</div>
</div>