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