Sha256: 4b881547551c45222c39f59cd7c65fa5efabbed099015a78ab2e96f8fe8af7fe

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

%p!= t('.help')

= form_tag admin_import_url, :multipart => true, :class => 'formtastic import' do

  %fieldset.inputs
    %legend
      %span= t('formtastic.titles.upload')
    %ol
      %li{ :class => "file #{'error' if @error} required" }
        = label_tag 'zipfile', t('formtastic.labels.import.new.source')
        = file_field_tag 'zipfile'
        - if @error
          %p.inline-errors= @error
        %p.inline-hints= t('formtastic.hints.import.source')

  = render 'admin/shared/form_actions', :button_label => :send

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/imports/new.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/imports/new.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/imports/new.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/imports/new.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/imports/new.html.haml
locomotive_cms-0.0.4 app/views/admin/imports/new.html.haml