Sha256: e88c269697f28454e088b3fb7bbe6c6346f460b38b63698f1da070dc0719eecc

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

.saasaparilla
	%h1 Invoice

	%p
		Date
		= @invoice.created_at.to_s(:month_day_year)

	%table
		%tr
			%th Price
			%th Billing From
			%th Billing To
		- for line_item in @invoice.invoice_line_items
			%tr
				%td= line_item.price
				%td= line_item.from.to_date.to_s(:month_day_year)
				%td= line_item.to.to_date.to_s(:month_day_year)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
saasaparilla-0.2.2 app/views/saasaparilla/invoices/show.html.haml
saasaparilla-0.2.1 app/views/saasaparilla/invoices/show.html.haml
saasaparilla-0.1.8 app/views/saasaparilla/invoices/show.html.haml
saasaparilla-0.1.7 app/views/saasaparilla/invoices/show.html.haml
saasaparilla-0.1.6 app/views/saasaparilla/invoices/show.html.haml