Sha256: ff8145e3a455334b12cacf0100ee4d55f7b2a550401f45e812c02e10eb582f9a

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

.customer_vault
  - content_for :sub_header do
    = render "customer_vault/breadcrumb"

  - content_for :context do
    = render partial: "customer_vault/people/context", locals: {person: @person}

  - content_for :main do
    .well
      = horizontal_form_for [customer_vault, @person, @link] do |f|
        - if @person == @link.bob
          = f.input :alice, input_html: {value: @link.alice.name}, disabled: true
        - else
          = f.input :bob, input_html: {value: @link.bob.name}, disabled: true

        = f.input :title
        = form_buttons

  = render_contextual

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-1.3.2 app/views/customer_vault/links/edit.html.slim
customer_vault-1.3.1 app/views/customer_vault/links/edit.html.slim
customer_vault-1.3.0 app/views/customer_vault/links/edit.html.slim