Sha256: 3c6c5a0cd4c39d0b1e498e68640bbbc906eb7737bc9c3f2fd02d9ebf180c3a90

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

- content_for :buttons do
  = admin_button_tag :new, new_admin_theme_asset_url, :class => 'new'

%p= t('.help')

%h3= t('.css_and_js')
- if @non_image_assets.empty?
  %p.no-items= t('.no_items', :url => new_admin_theme_asset_url)
- else
  %ul.assets
    = render :partial => 'asset', :collection => @non_image_assets
    %li.clear
    
%br

%h3= t('.images')
- if @image_assets.empty?
  %p.no-items= t('.no_items', :url => new_admin_theme_asset_url)
- else
  %ul.assets
    = render :partial => 'asset', :collection => @image_assets
    %li.clear


- if not @flash_assets.empty?
  %br

  %h3= t('.flash')
  %ul.assets
    = render :partial => 'asset', :collection => @flash_assets
    %li.clear

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.3.1 app/views/admin/theme_assets/index.html.haml