Sha256: 14b4342f6a1b33c35b2eedb683877379af065c9acc346865c0fd0baaa61ea295

Contents?: true

Size: 756 Bytes

Versions: 18

Compression:

Stored size: 756 Bytes

Contents

- content_for :head_title do
  = t('locomotive.installation.common.title')

- title t('.title')

= semantic_form_for(@site, url: installation_step_path(2), html: { multipart: true }) do |f|
  .inner

    %p.explanations
      != t('.explanations')

    = f.inputs do
      = f.input :name, required: true

      - if multi_sites?
        = f.input :subdomain, required: true

      %li{ class: 'select optional', id: 'default_site_locale' }
        %label{ for: 'default_site_locale_input' }= t('.default_site_locale')
        = select_tag 'site[locales][]', options_for_select(options_for_site_locales, @site.default_locale), id: 'default_site_locale_input'
        %p.inline-hints!= t('.default_site_locales_hints')

  .footer
    = submit_tag t('.next')

Version data entries

18 entries across 18 versions & 1 rubygems

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