Sha256: 377feab110a494ed8065b413148f8c5e2d7ca01c4090dc0322daf21e9c136430

Contents?: true

Size: 504 Bytes

Versions: 27

Compression:

Stored size: 504 Bytes

Contents

= stylesheet_link_tag 'admin/assets'
= javascript_include_tag 'admin/assets_admin'
- body_classes << 'reversed'

- content_for :toolbar do
  = render 'search'

.outset
  #assets_table.assets
    = render :partial => 'asset_table', :locals => { assets: @assets, with_pagination: true }
  %p{style: 'clear: both; height: 2em'} &nbsp;
  
- render_region :bottom do |bottom|
  #actions
    = link_to new_admin_asset_path, class: 'button' do
      %i.fas.fa-upload
      = t('clipped_extension.upload_asset')

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
trusty-cms-5.0.6 app/views/admin/assets/index.html.haml
trusty-cms-5.0.5 app/views/admin/assets/index.html.haml
trusty-cms-5.0.4 app/views/admin/assets/index.html.haml
trusty-cms-5.0.3 app/views/admin/assets/index.html.haml
trusty-cms-5.0.2 app/views/admin/assets/index.html.haml
trusty-cms-5.0.1 app/views/admin/assets/index.html.haml
trusty-cms-4.3.5 app/views/admin/assets/index.html.haml
trusty-cms-5.0.0 app/views/admin/assets/index.html.haml
trusty-cms-4.3.4 app/views/admin/assets/index.html.haml
trusty-cms-4.3.3 app/views/admin/assets/index.html.haml
trusty-cms-4.3.2 app/views/admin/assets/index.html.haml
trusty-cms-4.3.1 app/views/admin/assets/index.html.haml
trusty-cms-4.3 app/views/admin/assets/index.html.haml
trusty-cms-4.2.3 app/views/admin/assets/index.html.haml
trusty-cms-4.2.2 app/views/admin/assets/index.html.haml
trusty-cms-4.2.1 app/views/admin/assets/index.html.haml
trusty-cms-4.2 app/views/admin/assets/index.html.haml
trusty-cms-4.1.9 app/views/admin/assets/index.html.haml
trusty-cms-4.1.8 app/views/admin/assets/index.html.haml
trusty-cms-4.1.7 app/views/admin/assets/index.html.haml