Sha256: 9b09ea6bc3a141164584f85f9f03ef3a2a7cfde37975bae25695c502acf01cac

Contents?: true

Size: 834 Bytes

Versions: 8

Compression:

Stored size: 834 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_url(:json), class: 'quick-upload' do
        = file_field_tag 'theme_asset[source]', multiple: 'multiple'
        = link_to t('locomotive.theme_assets.image_picker.upload'), theme_assets_url(: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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.2.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.2.0 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.1.4 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.1.3 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.1.2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.1.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.1.0 app/views/locomotive/theme_assets/_picker.html.haml