Sha256: 7b1de39ef816cd40a06dba4349a208a2aed7c0f2788fe89fa4af5ccda8595702

Contents?: true

Size: 220 Bytes

Versions: 5

Compression:

Stored size: 220 Bytes

Contents

.saasaparilla
	%h1 Make a Payment

	%strong Current Balance
	= number_to_currency(@subscription.balance)

	= simple_form_for [@subscription, @payment], :secure => true do |f|
		= f.input :amount 
		= f.submit "Submit" 

Version data entries

5 entries across 5 versions & 1 rubygems

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