Sha256: 63570d07694119928c7f8e4699d7eee278e0634c5c9bf0ee1b28232c233b9ed7

Contents?: true

Size: 693 Bytes

Versions: 44

Compression:

Stored size: 693 Bytes

Contents

= effective_form_with(model: [:admin, carousel_item], engine: true) do |f|
  - if (carousels = EffectivePages.carousels).length > 1
    = f.select :carousel, carousels, label: 'Carousel item in this carousel'
  - else
    = f.hidden_field :carousel, value: carousels.first

  = f.text_field :title

  - if defined?(EffectiveArticleEditor)
    = f.article_editor :rich_text_body, label: 'Body'
  - else
    = f.rich_text_area :rich_text_body, label: 'Body'

  .row
    .col= f.text_field :link_label
    .col= f.url_field :link_url

  = f.file_field :file, label: 'Image attachment', hint: EffectivePages.carousels_hint_text
  = f.text_field :caption, hint: 'Optional'

  = effective_submit(f)

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
effective_pages-3.13.4 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.13.3 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.13.2 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.13.1 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.13.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.12.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.11.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.10.3 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.10.2 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.10.1 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.10.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.9.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.8.4 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.8.3 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.8.2 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.8.1 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.8.0 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.7.11 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.7.10 app/views/admin/carousel_items/_form_carousel_item.html.haml
effective_pages-3.7.9 app/views/admin/carousel_items/_form_carousel_item.html.haml