Sha256: 755b5700699aaff78eb1b3b34b668e18f1d2a00de17cb327ce1a2dd79f8e82b7
Contents?: true
Size: 444 Bytes
Versions: 50
Compression:
Stored size: 444 Bytes
Contents
- content_for :page_body .panel.panel-default .panel-heading: .panel-title = t("actions.new_link") .panel-body = horizontal_form_for @link, as: :link, url: customer_vault_link_form_path do |f| = f.association :bob, label: ::Dorsale::CustomerVault::Person.t, collection: @people, input_html: {class: "select2"} = f.input :title = form_buttons = render "dorsale/customer_vault/people/show_layout"
Version data entries
50 entries across 50 versions & 1 rubygems