Sha256: 92fc7dbb6316b9efdaedaffa4c35ae28fc0e1cfa644d52a985692446e1bca711

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

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

- content_for :backbone_view_data do
  :plain
    site:   #{escape_json @site.to_json(current_account: current_locomotive_account, current_site: current_site).html_safe},
    errors: #{@site.errors.to_json}

= f.inputs name: :information  do
  = f.input :name, wrapper_html: { style: 'display: none' }
  = f.input :locales, as: '::Locomotive::Locales', collection: ordered_current_site_locales, input_html: { class: 'locales' }
  = f.input :prefix_default_locale, as: :'Locomotive::Toggle', input_html: { class: 'simple-toggle' }
  = f.input :timezone_name, as: :select, include_blank: false, collection: options_for_site_timezones

- if can?(:point, Locomotive::Site)
  - 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'


= f.inputs name: :seo, class: "inputs foldable #{'folded' if inputs_folded?(@site)}" do
  = f.input :seo_title
  = f.input :meta_keywords
  = f.input :meta_description

- if can?(:index, Locomotive::Membership)

  = f.inputs name: :memberships do
    = f.input :memberships, as: :'Locomotive::Empty', label: false, wrapper_html: { id: 'site_memberships_input' }

- if can?(:manage, current_site)

  = f.inputs name: :robots_txt, class: "inputs foldable #{'folded' if inputs_folded?(@site)}" do
    = f.input :robots_txt, as: :'Locomotive::Code', picker: false, wrapper_html: { class: 'small no-label' }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/current_site/_form.html.haml
locomotive_cms-2.5.6 app/views/locomotive/current_site/_form.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/current_site/_form.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/current_site/_form.html.haml