spaces: show based on plan id

This commit is contained in:
Girish Ramakrishnan
2018-08-01 12:29:23 -07:00
parent 8430fd1473
commit 4ce6939b79

View File

@@ -326,11 +326,11 @@
</div>
<div class="text-left">
<div class="text-left" ng-show="subscription && subscription.plan.id.indexOf('spaces') !== -1">
<h3>Cloudron Spaces</h3>
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="card" style="margin-bottom: 15px;" ng-show="subscription && subscription.plan.id.indexOf('spaces') !== -1">
<div class="row">
<div class="col-md-12">
<p>Cloudron Spaces allows users to install and run apps of their own</p>