Sha256: 95cc5cbc97860933faab26bf88d67df6671601a1e04b63a9d73073b7a1eb390f
Contents?: true
Size: 696 Bytes
Versions: 4
Compression:
Stored size: 696 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 = fae_content_form f, :hero = fae_content_form f, :email = fae_content_form f, :introduction = fae_content_form f, :body = fae_image_form f, :hero_image = fae_file_form f, :welcome_pdf == render 'fae/shared/recent_changes'
Version data entries
4 entries across 4 versions & 1 rubygems