Sha256: 3e88c2357157d674f661f8f6a9186562cbcf5930c4a0b767411c0a117343826d

Contents?: true

Size: 867 Bytes

Versions: 17

Compression:

Stored size: 867 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

17 entries across 17 versions & 2 rubygems

Version Path
locomotive_cms-2.0.3 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.1 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0 app/views/locomotive/theme_assets/_picker.html.haml
tribeca_cms-0.1.1 app/views/locomotive/theme_assets/_picker.html.haml
tribeca_cms-2.0.0.rc12 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc12 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/theme_assets/_picker.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/theme_assets/_picker.html.haml