Sha256: a0c474f52969f7e43f4e10f63d7d58956269d9bc93eba638e020c8469eca285c

Contents?: true

Size: 603 Bytes

Versions: 6

Compression:

Stored size: 603 Bytes

Contents

= simple_form_for @item, url: fae.update_content_block_path(slug: @item.slug), method: :put do |f|
  header.content-header.js-content-header
    == render 'fae/shared/form_header', header: @item, f: f, languages: true

  section.content
    = 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

6 entries across 6 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.5.1 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.5.0 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.4.1 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.4.0 spec/dummy/app/views/admin/content_blocks/about_us.html.slim
fae-rails-1.3.1 spec/dummy/app/views/admin/content_blocks/about_us.html.slim