Sha256: 2d1fc7330de39de5b5a6a8a6640efd58d390a74b3c9d3ba8da56523917d4da3a

Contents?: true

Size: 642 Bytes

Versions: 24

Compression:

Stored size: 642 Bytes

Contents

= effective_form_with(model: [:admin, event], engine: true) do |f|
  = f.file_field :file, label: 'Image preview', hint: EffectiveEvents.events_hint_text

  - if defined?(EffectiveArticleEditor)
    = f.article_editor :rich_text_excerpt, label: 'Excerpt', hint: 'Will be used for the events excerpt on index pages.'
    = f.article_editor :rich_text_body, label: 'Body', hint: 'The main body of your event'
  - else
    = f.rich_text_area :rich_text_excerpt, label: 'Excerpt', hint: 'Will be used for the events excerpt on index pages.'
    = f.rich_text_area :rich_text_body, label: 'Body', hint: 'The main body of your event'

  = f.submit

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
effective_events-2.25.1 app/views/admin/events/_form_content.html.haml
effective_events-2.25.0 app/views/admin/events/_form_content.html.haml
effective_events-0.24.0 app/views/admin/events/_form_content.html.haml
effective_events-0.23.1 app/views/admin/events/_form_content.html.haml
effective_events-0.23.0 app/views/admin/events/_form_content.html.haml
effective_events-0.22.2 app/views/admin/events/_form_content.html.haml
effective_events-0.22.1 app/views/admin/events/_form_content.html.haml
effective_events-0.22.0 app/views/admin/events/_form_content.html.haml
effective_events-0.21.3 app/views/admin/events/_form_content.html.haml
effective_events-0.21.2 app/views/admin/events/_form_content.html.haml
effective_events-0.21.1 app/views/admin/events/_form_content.html.haml
effective_events-0.21.0 app/views/admin/events/_form_content.html.haml
effective_events-0.20.6 app/views/admin/events/_form_content.html.haml
effective_events-0.20.5 app/views/admin/events/_form_content.html.haml
effective_events-0.20.4 app/views/admin/events/_form_content.html.haml
effective_events-0.20.3 app/views/admin/events/_form_content.html.haml
effective_events-0.20.2 app/views/admin/events/_form_content.html.haml
effective_events-0.20.1 app/views/admin/events/_form_content.html.haml
effective_events-0.20.0 app/views/admin/events/_form_content.html.haml
effective_events-0.19.2 app/views/admin/events/_form_content.html.haml