Sha256: 24fa8e58b6e0c82b29aa6d2cb3de5ebb7d73a5379d2d02ce20ffac7a79df00b9

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 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.4 app/views/customer_vault/corporations/edit.html.slim
customer_vault-1.0.3 app/views/customer_vault/corporations/edit.html.slim