engine/app/views/admin/theme_assets/images.html.haml

12 lines
413 B
Plaintext
Raw Normal View History

2010-06-02 00:39:05 +00:00
#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')
- else
%ul.assets
= render :partial => 'asset', :collection => @image_assets, :locals => { :per_row => 3, :edit => false }
%li.clear