2010-10-27 00:11:44 +00:00
|
|
|
- content_for :head_title do
|
|
|
|
= t('admin.installation.common.title')
|
|
|
|
|
|
|
|
- title t('.title')
|
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
- content_for :head do
|
|
|
|
= include_stylesheets :installation
|
2010-10-27 00:11:44 +00:00
|
|
|
|
|
|
|
.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)
|