Sha256: 7cdfabbf049d613396655f80802327d71c99313e6787eb3d2ad5af92a34237c6

Contents?: true

Size: 330 Bytes

Versions: 5

Compression:

Stored size: 330 Bytes

Contents

.saasaparilla
	%h2 Plan
	%p
		%b Name:
		= @plan.name
	%p
		%b Billing period:
		= @plan.billing_period
	%p
		%b Attributes:
		%br
		- @plan.dynamic_attributes.each do |da|
			= da[0].gsub("field_", "")
			= ": "
			= da[1]
			%br
	%p
		= link_to 'Edit', edit_admin_plan_path(@plan)
		= " | "
		= link_to 'Back', admin_plans_path

Version data entries

5 entries across 5 versions & 1 rubygems

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