Sha256: ca7403015e6237474aeda6a7c196daf5db0b867986176ffa1b512b739a20ec7c

Contents?: true

Size: 695 Bytes

Versions: 5

Compression:

Stored size: 695 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, helper_text: 'Used on login page, 300x300px .jpg'
    = fae_image_form f, :favicon

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fae-rails-1.7.1 app/views/fae/options/_form.html.slim
fae-rails-1.7.0 app/views/fae/options/_form.html.slim
fae-rails-1.6.0 app/views/fae/options/_form.html.slim
fae-rails-1.5.1 app/views/fae/options/_form.html.slim
fae-rails-1.5.0 app/views/fae/options/_form.html.slim