Sha256: 5d6de8744e32fa14753dcdbf6f9b82784cb416d7e0ca6a144cef92c0b665d344

Contents?: true

Size: 576 Bytes

Versions: 8

Compression:

Stored size: 576 Bytes

Contents

- content_for :head do
  = include_javascripts :import

- title t('.title')

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

%p!= t('.help')

%ul{ :id => 'import-steps', :class => 'list', :'data-url' => admin_import_url(:json), :'data-success-message' => t('.messages.success'), :'data-failure-message' => t('.messages.failure') }
  - %w(site content_types assets asset_collections snippets pages).each do |step|
    %li{ :id => "#{step}-step" }
      %em
      %strong
        = link_to t(".steps.#{step}"), '#'
      .more
        .states
           

Version data entries

8 entries across 8 versions & 1 rubygems

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