Remove various subscription upgrade hooks

it's in free plan for quite a while now
This commit is contained in:
Girish Ramakrishnan
2022-05-26 14:13:13 -07:00
parent fb109008fa
commit 74aac4876a
7 changed files with 13 additions and 60 deletions
+1 -9
View File
@@ -71,7 +71,7 @@
<h3>{{ 'branding.footer.title' | tr }}</h3>
</div>
<div class="card" ng-show="config.features.branding">
<div class="card">
<div class="row">
<div class="col-md-12">
<form role="form" name="footerForm" autocomplete="off">
@@ -87,12 +87,4 @@
</div>
</div>
</div>
<div class="card" ng-hide="config.features.branding">
<div class="row">
<div class="col-md-12">
{{ 'branding.footer.subscriptionRequired' | tr }} <a href="" class="pull-right" ng-click="openSubscriptionSetup()">{{ 'branding.footer.setupSubscriptionNow' | tr }}</a>
</div>
</div>
</div>
</div>