We do not have trials anymore

This commit is contained in:
Johannes Zellner
2018-08-29 23:22:45 +02:00
parent 29bddb5fcb
commit 0cfe931cd1

View File

@@ -133,13 +133,6 @@
<ul class="nav navbar-nav navbar-right" ng-hide="hideNavBarActions">
<li ng-show="ready && subscription.plan.id === 'free'">
<a ng-href="" ng-click="showSubscriptionModal()" style="cursor: pointer">
<!-- trial expired -->
<span class="badge badge-success">Setup Subscription</span>
</a>
</li>
<li ng-show="ready && subscription && subscription.status === 'trialing' && !appstoreConfig.profile.billing">
<a ng-href="{{ config.webServerOrigin + '/console.html#/userprofile?view=credit_card&email=' + appstoreConfig.profile.emailEncoded }}" target="_blank">
<!-- in trial -->
<span class="badge badge-success">Setup Subscription</span>
</a>
</li>