File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed
src/Exceptionless.Web/ClientApp.angular/components/billing Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -184,21 +184,14 @@ <h4>{{::'Credit Card' | translate}}</h4>
184
184
< button type ="button " role ="button " class ="btn btn-default " ng-click ="vm.cancel() ">
185
185
{{::'Cancel' | translate}}
186
186
</ 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 >
203
196
</ div >
204
197
</ form >
You can’t perform that action at this time.
0 commit comments