Sha256: 7ffe1de4017e9b5e3fd776602e15271fb0735627425187055add17c2c47d8f03

Contents?: true

Size: 670 Bytes

Versions: 17

Compression:

Stored size: 670 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_url(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

17 entries across 17 versions & 2 rubygems

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