Sha256: 9b7872eefa033e75247b551770ae64a800e314f36edb34afee4ecdf2f86232e0

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

= simple_form_for(['admin', @item]) do |f|
  header.content-header.js-content-header
    = render 'fae/shared/form_header', header: @klass_name, f: f, item: @item

  section.content
    = fae_input f, :name

    = fae_association f, :contact, collection: Person.all

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.5.1 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.5.0 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.4.1 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.4.0 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.3.1 spec/dummy/app/views/admin/locations/_form.html.slim
fae-rails-1.3.0 spec/dummy/app/views/admin/locations/_form.html.slim