Removing old cancel button from bottom of OC forms

This commit is contained in:
Rob Harrington
2016-06-01 13:27:04 +10:00
committed by Bing Xie
parent 8221f1f193
commit c8c8f0d02d
2 changed files with 0 additions and 4 deletions

View File

@@ -46,8 +46,6 @@
= render 'add_exchange_form', f: f, type: 'distributor'
.actions
%span{'ng-show' => 'loaded()'}
= link_to 'Cancel', main_app.admin_order_cycles_path
%span{'ng-hide' => 'loaded()'} Loading...

View File

@@ -21,6 +21,4 @@
= render 'coordinator_fees', f: f
.actions
%span{'ng-show' => 'loaded()'}
= link_to 'Cancel', main_app.admin_order_cycles_path
%span{'ng-hide' => 'loaded()'} Loading...