Sha256: f3c042c1b28f90fb7147dd8d528526bfcb6f2daa41c888adb9cb149f4984e88a

Contents?: true

Size: 1 KB

Versions: 8

Compression:

Stored size: 1 KB

Contents

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

  %h2!= t('.title')

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

  %ul.list.content-assets{ style: 'display: none' }
    %li.clear

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

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

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

  %h4
    = link_to '{{filename}}', '{{url}}', alt: '{{full_filename}}', title: '{{full_filename}}'
  {{#if image}}
  .image
    .inside
      %img{ src: '{{vignette_url}}' }
  {{else}}
  .icon{ class: '{{content_type}}' }
    .inside
      {{content_type_text}}
  {{/if}}

  .actions
    = link_to_icon :trash, '#', class: 'remove', :'data-confirm' => t('locomotive.messages.confirm')

Version data entries

8 entries across 8 versions & 1 rubygems

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