mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
#provider-settings{ "ng-controller": "ProvidersCtrl" }
|
|
.row
|
|
.alpha.four.columns
|
|
= label :payment_method, :type, t('.provider')
|
|
.omega.twelve.columns
|
|
= collection_select(:payment_method, :type, @providers, :to_s, :clean_name, {}, { class: 'select2 fullwidth', 'provider-prefs-for' => "#{@object.id}"})
|
|
|
|
%div{"ng-include" => "include_html" }
|