Use forum links for missing apps

This commit is contained in:
Johannes Zellner
2018-03-12 19:06:15 +01:00
parent 028b24db03
commit 0c79c42c10

View File

@@ -294,7 +294,7 @@
<br/>
<br/>
<br/>
<a href="" ng-click="feedback.show()">Missing an app? Let us know.</a>
<a href="https://forum.cloudron.io/category/5/app-requests" target="_blank">Missing an app? Let us know.</a>
</div>
<div class="col-md-10" ng-show="apps.length">
<div class="row-no-margin">
@@ -316,6 +316,6 @@
</div>
<div class="col-md-10 animateMeOpacity loading-banner" ng-show="!apps.length">
<h3 class="text-muted">No apps found.</h3>
<a href="" ng-click="feedback.show()"><h3>Let us know if you miss something.</h3></a>
<a href="https://forum.cloudron.io/category/5/app-requests" target="_blank"><h3>Request an app or vote for one in our forum.</h3></a>
</div>
</div>