Sha256: 64a4ac296a5566d830282b09aecc44862052b391ce07d8f1b8e3867196197de3

Contents?: true

Size: 782 Bytes

Versions: 17

Compression:

Stored size: 782 Bytes

Contents

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

- title t('.title')

= semantic_form_for(@site, :url => installation_step_url(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

17 entries across 17 versions & 2 rubygems

Version Path
locomotive_cms-2.0.3 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.2 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.1 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0 app/views/locomotive/installation/step_2.html.haml
tribeca_cms-0.1.1 app/views/locomotive/installation/step_2.html.haml
tribeca_cms-2.0.0.rc12 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc12 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/installation/step_2.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/installation/step_2.html.haml