Sha256: 60326b4014c21f87a5793eff315b8b99a088318e467f1a338d5b5add4e085926

Contents?: true

Size: 635 Bytes

Versions: 13

Compression:

Stored size: 635 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 => 'add'

%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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.7 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.6 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.5 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.4 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.3 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.2 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2.1 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.2 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.1.4 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.1.3 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.1.2 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.1.1 app/views/admin/theme_assets/index.html.haml
locomotive_cms-0.0.1 app/views/admin/theme_assets/index.html.haml