app/views/customer_vault/people/edit.html.slim in customer_vault-0.0.1 vs app/views/customer_vault/people/edit.html.slim in customer_vault-0.0.2

- old
+ new

@@ -1,8 +1,21 @@ -h1 Editing person - -== render 'form' - -= link_to 'Show', [customer_vault, @person] -'| -= link_to 'Back', customer_vault.people_path +.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'