Sha256: 7c80cd47bf126bab96f257bf5b0a0df57b7a5d8cad27635abe81701e282ce0ef

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

= simple_form_for(@option) do |f|
  header.content-header.js-content-header
    h1 Root Settings
    .main_content-header-save
      a.button#js-header-cancel href=fae.root_path(cancelled: true) Cancel
      = f.submit 'Save'

  == render 'flash_messages'

  section.content
    = fae_input f, :title, label: 'Project Name'
    = fae_input f, :time_zone, wrapper_class: 'select'
    = fae_input f, :live_url, label: 'Live URL', helper_text: 'Include http:// for external links.'
    = fae_input f, :stage_url, label: 'Stage URL', helper_text: 'Include http:// for external links.'
    = fae_image_form f, :logo
    = fae_image_form f, :favicon

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.4.1 app/views/fae/options/_form.html.slim
fae-rails-1.4.0 app/views/fae/options/_form.html.slim
fae-rails-1.3.1 app/views/fae/options/_form.html.slim
fae-rails-1.3.0 app/views/fae/options/_form.html.slim