Do not show app version, but make it available as a tooltip on the title for us

This commit is contained in:
Johannes Zellner
2016-01-29 12:29:35 +01:00
parent 18525e1236
commit befa898f18

View File

@@ -5,11 +5,11 @@
<div class="modal-content">
<div class="modal-header">
<img ng-src="{{appInstall.app.iconUrl}}" onerror="this.onerror=null;this.src='img/appicon_fallback.png'" class="app-icon"/>
<h3 class="appstore-install-title">{{ appInstall.app.manifest.title }} <span class="badge badge-danger" ng-show="appInstall.app.publishState === 'testing'">Testing</span></h3>
<h3 class="appstore-install-title" title="Version {{ appInstall.app.manifest.version }}">{{ appInstall.app.manifest.title }} <span class="badge badge-danger" ng-show="appInstall.app.publishState === 'testing'">Testing</span></h3>
<br/>
<span class="appstore-install-meta">{{ appInstall.app.manifest.author }}</span>
<br/>
<span class="appstore-install-meta">{{ appInstall.app.manifest.version }}</span> <a href="{{ appInstall.app.manifest.website }}" target="_blank">Website</a>
<span class="appstore-install-meta"><a href="{{ appInstall.app.manifest.website }}" target="_blank">Website</a></span>
</div>
<div class="modal-body">
<div class="collapse" id="collapseInstallForm" data-toggle="false">