mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Removing old cancel button from bottom of OC forms
This commit is contained in:
@@ -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...
|
||||
|
||||
|
||||
|
||||
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user