Remove appstore view title

This commit is contained in:
Johannes Zellner
2017-01-28 19:52:42 -08:00
parent c581e0ad09
commit 599b070779
2 changed files with 6 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
<div class="row animateMeOpacity ng-hide" ng-show="installedApps.length === 0 && user.admin">
<div class="col-lg-6 col-lg-offset-3" style="text-align: center;">
<br/><br/><br/><br/>
<h1><i class="fa fa-cloud-download fa-fw"></i> Your Cloudron does not have any apps installed yet!</h1>
<h1><i class="fa fa-cloud-download fa-fw"></i> No apps installed yet!</h1>
<br/></br>
<h3>How about installing some? Check out the <a href="#/appstore">App Store</a></h3>
</div>