Sha256: 9e42cd9b6019c5f97a77c19ede865e5f33a7c15015317c8357a0240b901590e6
Contents?: true
Size: 813 Bytes
Versions: 4
Compression:
Stored size: 813 Bytes
Contents
= simple_form_for(@option) do |f| section.main_content-header .main_content-header-wrapper = form_header @option .main_content-header-save a#main_content-header-save-cancel href=fae.root_path(cancelled: true) Cancel = f.submit "Save Settings" == render 'flash_messages' .main_content-section section.main_content-section .main_content-section-area = fae_input f, :title, label: "Project Name" = fae_input f, :time_zone, wrapper_class: 'select' = fae_input f, :live_url, label: 'Live URL <h6>Include http:// for external links.</h6>'.html_safe = fae_input f, :stage_url, label: 'Stage URL <h6>Include http:// for external links.</h6>'.html_safe = fae_image_form f, :logo, required: true = fae_image_form f, :favicon
Version data entries
4 entries across 4 versions & 1 rubygems