Sha256: 23c8206f7632bbbaec7b799a4e0f0263c7d43556a08dfce9fde80a57a65a397d

Contents?: true

Size: 743 Bytes

Versions: 2

Compression:

Stored size: 743 Bytes

Contents

= simple_form_for @item, url: fae.update_content_block_path(slug: @item.slug), method: :put do |f|
  section.main_content-header
    .main_content-header-wrapper
      == render 'fae/shared/form_header', header: @item
      == render 'fae/shared/form_buttons', f: f

  .main_content-sections
    section.main_content-section
      .main_content-section-area
        = fae_input f, :title

        = fae_content_form f, :header, input_options: { wrapper_html: { class: 'hidden' } }
        = fae_content_form f, :introduction, markdown: true, input_options: { input_html: { class: 'js-intro-field' } }
        = fae_content_form f, :body, markdown_supported: true
        = fae_image_form f, :header_image

== render 'fae/shared/recent_changes'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fae-rails-1.2.5 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.2.4 spec/dummy/app/views/admin/content_blocks/about_us.html.slim