Sha256: 4bed9277b293345b1cb350dfbf6b6145c4da0ed49d6070783292d3a10ec600d3
Contents?: true
Size: 575 Bytes
Versions: 28
Compression:
Stored size: 575 Bytes
Contents
.customer_vault - content_for :sub_header do = render "dorsale/customer_vault/breadcrumb" - content_for :context do = render "dorsale/customer_vault/people/context", person: @person - content_for :main do .well = horizontal_form_for [@person, @link], as: :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
28 entries across 28 versions & 1 rubygems