mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Import gateway.html.erb and convert to haml
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
%fieldset
|
||||
%legend{:align => "center"}= Spree.t(:credit_card)
|
||||
.row
|
||||
.alpha.six.columns
|
||||
%dl
|
||||
%dt
|
||||
= Spree.t(:card_number)
|
||||
\:
|
||||
%dd= payment.source.display_number
|
||||
%dt
|
||||
= Spree.t(:expiration)
|
||||
\:
|
||||
%dd
|
||||
= payment.source.month
|
||||
\/
|
||||
= payment.source.year
|
||||
%dt
|
||||
= Spree.t(:card_code)
|
||||
\:
|
||||
%dd= payment.source.verification_value
|
||||
.omega.six.columns
|
||||
%dl
|
||||
%dt
|
||||
= Spree.t(:maestro_or_solo_cards)
|
||||
\:
|
||||
%dd= payment.source.issue_number
|
||||
%dt
|
||||
= Spree.t(:start_date)
|
||||
\:
|
||||
%dd
|
||||
= payment.source.start_month
|
||||
\/
|
||||
= payment.source.start_year
|
||||
Reference in New Issue
Block a user