Sha256: f6d179138d7d43a9532d3c9330370933564a906a492439932f58d16e1c584dba

Contents?: true

Size: 489 Bytes

Versions: 6

Compression:

Stored size: 489 Bytes

Contents

- if defined?(EffectiveArticleEditor)
  = f.article_editor :rich_text_body, label: 'Body', hint: 'The main body of your page'
  - if EffectivePages.sidebars?
    = f.article_editor :rich_text_sidebar, label: 'Sidebar', hint: 'The sidebar content of your page'
- else
  = f.rich_text_area :rich_text_body, label: 'Body', hint: 'The main body of your page'
  - if EffectivePages.sidebars?
    = f.rich_text_area :rich_text_sidebar, label: 'Sidebar', hint: 'The sidebar content of your page'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_pages-3.13.5 app/views/admin/pages/_rich_text_areas.html.haml
effective_pages-3.13.4 app/views/admin/pages/_rich_text_areas.html.haml
effective_pages-3.13.3 app/views/admin/pages/_rich_text_areas.html.haml
effective_pages-3.13.2 app/views/admin/pages/_rich_text_areas.html.haml
effective_pages-3.13.1 app/views/admin/pages/_rich_text_areas.html.haml
effective_pages-3.13.0 app/views/admin/pages/_rich_text_areas.html.haml