Sha256: 102b6a414b5e5b92a90b17099118dd71892528b47acaf35b4e5a9e3e78250db0

Contents?: true

Size: 489 Bytes

Versions: 12

Compression:

Stored size: 489 Bytes

Contents

#theme-images.asset-picker
  %h2= t('.title')
  
  .actions
    = admin_button_tag t('admin.theme_assets.index.new'), admin_theme_assets_url(:json), :class => 'button small add', :id => 'upload-link'
  
  - if @image_assets.empty?
    %p.no-items= t('.no_items')

  %ul.assets
    = render 'asset', :asset => current_site.theme_assets.build, :edit => false
    
    = render :partial => 'asset', :collection => @image_assets, :locals => { :per_row => 3, :edit => false }
    
    %li.clear

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.3.1 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.9 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.8 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.7 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.6 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.5 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.4 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.3 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.2 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2.1 app/views/admin/theme_assets/images.html.haml
locomotive_cms-0.0.2 app/views/admin/theme_assets/images.html.haml