Sha256: 6dfa3d463f4f421abe5bd61c82f20c1c1388903e60940138f14f57ee5d298394

Contents?: true

Size: 477 Bytes

Versions: 22

Compression:

Stored size: 477 Bytes

Contents

= form.association :category
= form.input :identifier
= form.input :name
= form.input :body
= form.input :published, as: :boolean
- if form.object.assets.empty?
  = form.input :assets, as: :file, input_html: { multiple: true }
- else
  .row.mb-4
    .col-md-6
      .bg-success.p-4
        = form.input :append_assets, as: :file, input_html: { multiple: true }
    .col-md-6
      .bg-danger.p-4
        = form.input :overwrite_assets, as: :file, input_html: { multiple: true }

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cmor_showcase-0.0.60.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.59.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.58.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.57.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.56.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.55.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.54.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.53.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.52.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.51.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.50.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.49.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.48.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.45.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.44.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.43.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.42.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.41.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.40.pre app/views/cmor/showcase/items/_form.html.haml
cmor_showcase-0.0.39.pre app/views/cmor/showcase/items/_form.html.haml