Sha256: 90819ff80919db90fd93fd9270c1531d2f480f52ce9bc1cf2da27315f14cdff8

Contents?: true

Size: 643 Bytes

Versions: 26

Compression:

Stored size: 643 Bytes

Contents

- content_for :head do
  = render 'locomotive/sites/domains'

= f.inputs name: :information do
  = f.input :name, wrapper_html: { class: 'highlighted' }
  = f.input :locales, as: :select,
    collection:     options_for_select(options_for_site_locales, current_locomotive_account.locale),
    input_html:     { name: 'site[locales][]' },
    include_blank:  false

- if manage_subdomain_or_domains?
  = f.inputs name: :access_points do
    = f.input :subdomain, as: :'Locomotive::Subdomain', domain: application_domain, input_html: { readonly: !manage_subdomain? }

    - if manage_domains?
      = f.input :domains, as: :'Locomotive::Empty'

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.6 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.5 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.4 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.3 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.2 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.1 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.0 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.4.1 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.4.0 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.3.1 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.3.0 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.2.3 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.2.2 app/views/locomotive/sites/_form.html.haml
locomotive_cms-2.2.1 app/views/locomotive/sites/_form.html.haml