Make all only in paid version displays the same

This commit is contained in:
Johannes Zellner
2020-02-28 19:27:19 +01:00
parent 0515b650ca
commit 102a0a40a6
4 changed files with 12 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<div class="card">
<div class="grid-item-top">
<div class="row animateMeOpacity" ng-show="subscription.plan.id === 'free'">
<p class="text-bold">Support tickets are only available in the paid plans.</p>
<p class="text-bold">This feature is only available in the paid plans.</p>
<p>You may find answers in our <a href="https://cloudron.io/documentation/apps/?support_view" target="_blank">documentation</a> or ask on the <a href="https://forum.cloudron.io/" target="_blank">Forum</a>.</p>
</div>
<div class="row animateMeOpacity" ng-hide="subscription.plan.id === 'free'">
@@ -53,14 +53,14 @@
</div>
</div>
<div class="text-left" ng-show="supportConfig.remoteSupport">
<div class="text-left">
<h3>Remote Support</h3>
</div>
<div class="card" ng-show="supportConfig.remoteSupport">
<div class="card">
<div class="grid-item-top">
<div class="row animateMeOpacity" ng-show="subscription.plan.id === 'free'">
<b>This features is only available in the paid plans.</b>
<b>This feature is only available in the paid plans.</b>
</div>
<div class="row animateMeOpacity" ng-hide="subscription.plan.id === 'free'">
<div class="col-lg-12">