Sha256: 8115e5d78d46c9051456b29af52e17398e68e875f01bab36d4a6ad8e2a9cb467

Contents?: true

Size: 802 Bytes

Versions: 1

Compression:

Stored size: 802 Bytes

Contents

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

  == render 'flash_messages'

  main.content
    = fae_input f, :title, label: t('fae.options.project.name')
    = fae_input f, :time_zone, wrapper_class: 'select'
    = fae_input f, :live_url, label: t('fae.options.live_url'), helper_text: t('fae.options.url_helper')
    = fae_input f, :stage_url, label: t('fae.options.stage_url'), helper_text: t('fae.options.url_helper')
    = fae_image_form f, :logo, helper_text: t('fae.options.logo_helper')
    = fae_image_form f, :favicon

section.content#deploy_hooks
  == render "fae/deploy_hooks/table"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-2.2.0 app/views/fae/options/_form.html.slim