Sha256: f50703fb93102f8a9a1d918b80ecc907719213c2ee8f252f1042e1c01ba0a7dd

Contents?: true

Size: 836 Bytes

Versions: 18

Compression:

Stored size: 836 Bytes

Contents

%script{ type: 'text/html', id: 'theme_image_picker' }

  %h2!= t('locomotive.theme_assets.image_picker.title')

  %p.no-items{ style: 'display: none' }!= t('locomotive.theme_assets.image_picker.no_items')

  %ul.list{ style: 'display: none' }

  .dialog-actions
    = link_to t('locomotive.buttons.close'), '#', id: 'close-link'

    .button-wrapper.upload
      = form_tag theme_assets_path(:json), class: 'quick-upload' do
        = file_field_tag 'theme_asset[source]', multiple: 'multiple'
        = link_to t('locomotive.theme_assets.image_picker.upload'), theme_assets_path(:json), class: 'new', id: 'upload-link'

%script{ type: 'text/html', id: 'theme_asset' }

  %li.item
    = link_to '{{local_path}}', '{{url}}'
    .more
      %span.size {{size}}
      —
      %span!= t('.updated_at')
      %span.date {{updated_at}}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.6 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.5 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.4 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.3 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.0 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.4.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.4.0 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.3.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.3.0 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.2.3 app/views/locomotive/theme_assets/_picker.html.haml