Sha256: 3ba5d301ca0952fee84018f8b2b6317d18017f9acc582a446fdb339da5e46329

Contents?: true

Size: 636 Bytes

Versions: 2

Compression:

Stored size: 636 Bytes

Contents

.container-fluid
  .div class = "col-lg-12"
    ol.breadcrumb
      li 
        = link_to 'Home', '/'
      li
        = link_to 'People', customer_vault.people_path
      li.active Edit #{@corporation.name}
  .col-lg-12
    .col-lg-4
      aside.col-lg-12
        .row
          .col-lg-12.cdiv
            =image_tag ('customer_vault/icons/group-64.png')		
        .row
          .col-lg-12.cdiv
            h3.text-muted Edit {@corporation.name}
      - if @corporation.errors.any?
        = render partial: 'customer_vault/layout/form_error', :locals => {:p => @corporation}
    .col-lg-8
      .col-lg-12
        == render 'form'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
customer_vault-1.0.1 app/views/customer_vault/corporations/edit.html.slim
customer_vault-1.0.0 app/views/customer_vault/corporations/edit.html.slim