Sha256: 7010877693c20fc57a40feedb5c7721a6b3c4a8b0c9ca837ec8144f5de09bf36

Contents?: true

Size: 647 Bytes

Versions: 8

Compression:

Stored size: 647 Bytes

Contents

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

- title t('.title')

- content_for :head do
  = include_stylesheets :installation

= semantic_form_for(@site, :url => admin_installation_step_url(3), :html => { :multipart => true }) do |f|
  .inner
    %p.explanations
      != t('.explanations')

    = f.inputs do
      = f.input :name, :required => false
      = f.input :subdomain, :required => false

      %li{ :class => 'string optional', :id => 'zipfile_input' }
        %label{ :for => 'zipfile' }= t('formtastic.labels.import.new.source')
        = file_field_tag 'zipfile'

  .footer
    = box_button_tag t('.next')

Version data entries

8 entries across 8 versions & 1 rubygems

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