Sha256: 3642f8eb6abd81826bbbde19acc4ca318d267c2ed6bf280ad7aa90532639f8f5

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

.container-fluid
	.div class = "col-lg-12"
		ol class= "breadcrumb"
			li 
				= link_to 'Home', '/'
			li
				= link_to 'People', customer_vault.people_path
			li.active Edit Person
	.col-lg-12
		.col-lg-4
			.aside class = "col-lg-12 cadre"
				.row
					.col-lg-12.cdiv
						=image_tag ('customer_vault/icons/people-64.png')		
				.row
					.col-lg-12.cdiv
						h3 class = "text-muted" Edit Person
		.col-lg-8
			.col-lg-12.cadre
				== render 'form'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-0.0.4 app/views/customer_vault/people/edit.html.slim
customer_vault-0.0.3 app/views/customer_vault/people/edit.html.slim
customer_vault-0.0.2 app/views/customer_vault/people/edit.html.slim