Sha256: eb45bfdeb237e161072c27fa03436065cc84aeecd3df0f0e36ea398c194f56e8

Contents?: true

Size: 644 Bytes

Versions: 18

Compression:

Stored size: 644 Bytes

Contents

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

- title t('.title')

- if @step_done.blank?
  = semantic_form_for(@account, url: installation_step_path(1)) do |f|
    .inner
      = f.inputs do
        = f.input :name, label: t('.name'), required: false
        = f.input :email, label: t('.email'), required: false
        = f.input :password, label: t('.password'), required: false
        = f.input :password_confirmation, label: t('.password_confirmation'), required: false

    .footer
      = submit_tag t('.next')
- else
  .inner
    %p.done
      != @step_done

  .footer
    = next_installation_step_link(2)

Version data entries

18 entries across 18 versions & 1 rubygems

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