Sha256: 8b65caca8575d3ee4ba8af4d232bab7f6eff64589ae61642c7e4f5da03d19e54

Contents?: true

Size: 549 Bytes

Versions: 8

Compression:

Stored size: 549 Bytes

Contents

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

- title t('.title')

- content_for :head do
  = include_stylesheets :installation

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

  %dl
    %dt!= t('.database.label', :name => Mongoid.config.database.name)
    %dd
      %p.notes!= t('.database.notes')

    %dt!= t('.default_domain.label', :name => Locomotive.config.default_domain)
    %dd
      %p.notes!= t('.default_domain.notes', :domain => Locomotive.config.default_domain)


.footer
  = next_installation_step_link(2)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/installation/step_1.html.haml
locomotive_cms-1.0.0.beta app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/installation/step_1.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/installation/step_1.html.haml