Sha256: 0d7519a3382a3766ef5cf37002cd98cb116f7bf85a1557b1f63d5e421eed5358

Contents?: true

Size: 956 Bytes

Versions: 22

Compression:

Stored size: 956 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'
    = f.article_editor :rich_text_confirmation_email, label: 'Confirmation email', hint: 'Include this content in the event registration confirmation email'
  - 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.rich_text_area :rich_text_confirmation_email, label: 'Confirmation email', hint: 'Include this content in the event registration confirmation email'

  = f.submit

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
effective_events-2.31.4 app/views/admin/events/_form_content.html.haml
effective_events-2.31.3 app/views/admin/events/_form_content.html.haml
effective_events-2.31.2 app/views/admin/events/_form_content.html.haml
effective_events-2.31.1 app/views/admin/events/_form_content.html.haml
effective_events-2.31.0 app/views/admin/events/_form_content.html.haml
effective_events-2.30.3 app/views/admin/events/_form_content.html.haml
effective_events-2.30.2 app/views/admin/events/_form_content.html.haml
effective_events-2.30.1 app/views/admin/events/_form_content.html.haml
effective_events-2.30.0 app/views/admin/events/_form_content.html.haml
effective_events-2.29.6 app/views/admin/events/_form_content.html.haml
effective_events-2.29.5 app/views/admin/events/_form_content.html.haml
effective_events-2.29.4 app/views/admin/events/_form_content.html.haml
effective_events-2.29.3 app/views/admin/events/_form_content.html.haml
effective_events-2.29.2 app/views/admin/events/_form_content.html.haml
effective_events-2.29.1 app/views/admin/events/_form_content.html.haml
effective_events-2.29.0 app/views/admin/events/_form_content.html.haml
effective_events-2.28.3 app/views/admin/events/_form_content.html.haml
effective_events-2.28.2 app/views/admin/events/_form_content.html.haml
effective_events-2.28.1 app/views/admin/events/_form_content.html.haml
effective_events-2.28.0 app/views/admin/events/_form_content.html.haml