mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Import payment_methods#new view and apply overrides
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
/ insert_after "code[erb-loud]:contains(\"render :partial => 'form', :locals => { :f => f }\")"
|
||||
|
||||
.one.column
|
||||
= render :partial => 'spree/admin/shared/hubs_sidebar', :locals => { f: f, klass: :payment_method }
|
||||
.clear
|
||||
@@ -1 +0,0 @@
|
||||
remove "code[erb-loud]:contains(\"render :partial => 'spree/admin/shared/configuration_menu'\")"
|
||||
14
app/views/spree/admin/payment_methods/new.html.haml
Normal file
14
app/views/spree/admin/payment_methods/new.html.haml
Normal file
@@ -0,0 +1,14 @@
|
||||
- content_for :page_title do
|
||||
= t(:new_payment_method)
|
||||
- content_for :page_actions do
|
||||
%li
|
||||
= button_link_to t(:back_to_payment_methods_list), admin_payment_methods_path, icon: 'icon-arrow-left'
|
||||
= render partial: 'spree/shared/error_messages', locals: { target: @payment_method }
|
||||
= form_for @payment_method, url: collection_url do |f|
|
||||
%fieldset.no-border-top
|
||||
= render partial: 'form', locals: { f: f }
|
||||
.one.column
|
||||
= render partial: 'spree/admin/shared/hubs_sidebar', locals: { f: f, klass: :payment_method }
|
||||
.clear
|
||||
.filter-actions.actions
|
||||
= button t(:create), 'icon-ok'
|
||||
Reference in New Issue
Block a user