Skip to content

Commit de670c0

Browse files
committed
Simplified plan cancellation.
1 parent 8812fb7 commit de670c0

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

src/Exceptionless.Web/ClientApp.angular/components/billing/change-plan-dialog.tpl.html

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,14 @@ <h4>{{::'Credit Card' | translate}}</h4>
184184
<button type="button" role="button" class="btn btn-default" ng-click="vm.cancel()">
185185
{{::'Cancel' | translate}}
186186
</button>
187-
<span ng-if="vm.isCancellingPlan()">
188-
<button type="submit" role="button" class="btn btn-primary" ng-click="vm.showIntercom()">
189-
{{::'Contact Us' | translate}}
190-
</button>
191-
</span>
192-
<span ng-if="!vm.isCancellingPlan()">
193-
<button
194-
type="submit"
195-
role="button"
196-
class="btn btn-primary"
197-
promise-button="vm.save(vm.changePlanForm.$valid)"
198-
promise-button-busy-text="{{::'Changing Plan' | translate}}"
199-
>
200-
{{::'Change Plan' | translate}}
201-
</button>
202-
</span>
187+
<button
188+
type="submit"
189+
role="button"
190+
class="btn btn-primary"
191+
promise-button="vm.save(vm.changePlanForm.$valid)"
192+
promise-button-busy-text="{{::'Changing Plan' | translate}}"
193+
>
194+
{{::'Change Plan' | translate}}
195+
</button>
203196
</div>
204197
</form>

0 commit comments

Comments
 (0)