mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
So we don't need to convert strings into classes to then only convert it into the same string again.
9 lines
378 B
Plaintext
9 lines
378 B
Plaintext
#provider-settings{ "ng-controller": "ProvidersCtrl" }
|
|
.row
|
|
.alpha.four.columns
|
|
= label :payment_method, :type, t('.provider')
|
|
.omega.twelve.columns
|
|
= select(:payment_method, :type, @providers.map { |p| [payment_method_type_name(p), p] }, {}, { class: 'select2 fullwidth', 'provider-prefs-for' => "#{@object.id}"})
|
|
|
|
%div{"ng-include" => "include_html" }
|