Sha256: c4ae6ef61b84e572e80843c9f15216aec108dfd58ef90c1448f542c973e43a45

Contents?: true

Size: 228 Bytes

Versions: 5

Compression:

Stored size: 228 Bytes

Contents

.saasaparilla
	%h1 Confirm Payment

	%p 
		Payment Amount
		= number_to_currency(@payment.amount)
	
	= simple_form_for [:subscription, @payment] do |f|
		= f.hidden_field :amount, :value => @payment.amount
		= f.submit "Confirm"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
saasaparilla-0.2.2 app/views/saasaparilla/payments/edit.html.haml
saasaparilla-0.2.1 app/views/saasaparilla/payments/edit.html.haml
saasaparilla-0.1.8 app/views/saasaparilla/payments/edit.html.haml
saasaparilla-0.1.7 app/views/saasaparilla/payments/edit.html.haml
saasaparilla-0.1.6 app/views/saasaparilla/payments/edit.html.haml