Make the documentation link a more visible button

This commit is contained in:
Johannes Zellner
2019-03-20 09:32:33 -07:00
parent 5563b6a786
commit a60e065e43
2 changed files with 3 additions and 6 deletions

View File

@@ -356,13 +356,10 @@
<div class="app-postinstall-message" ng-show="appInfo.app.manifest && appInfo.app.manifest.postInstallMessage">
<div ng-bind-html="appInfo.message | postInstallMessage:appInfo.app | markdown2html"></div>
</div>
<div ng-show="appInfo.app.manifest.documentationUrl">
<br/>
Please see the <a target="_blank" ng-href="{{appInfo.app.manifest.documentationUrl}}">documentation</a> for more information.
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" autofocus>Got it</button>
<a ng-show="appInfo.app.manifest.documentationUrl" target="_blank" ng-href="{{appInfo.app.manifest.documentationUrl}}" class="btn btn-info pull-left">Documentation</a>
<button type="button" class="btn btn-default" data-dismiss="modal" autofocus>Close</button>
</div>
</div>
</div>