Sha256: b3024906a8c3b02396a1b50e5fd856129af4e42f9d9cbe5b6ee81f8dda5cea92

Contents?: true

Size: 543 Bytes

Versions: 20

Compression:

Stored size: 543 Bytes

Contents

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

- content_for :toolbar do
  = render partial: 'search', locals: { term: @term, page: @page }

.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

20 entries across 20 versions & 1 rubygems

Version Path
trusty-cms-7.0.9.1 app/views/admin/assets/index.html.haml
trusty-cms-7.0.11 app/views/admin/assets/index.html.haml
trusty-cms-7.0.10 app/views/admin/assets/index.html.haml
trusty-cms-7.0.9 app/views/admin/assets/index.html.haml
trusty-cms-7.0.8 app/views/admin/assets/index.html.haml
trusty-cms-7.0.7 app/views/admin/assets/index.html.haml
trusty-cms-7.0.6 app/views/admin/assets/index.html.haml
trusty-cms-7.0.5 app/views/admin/assets/index.html.haml
trusty-cms-7.0.4 app/views/admin/assets/index.html.haml
trusty-cms-7.0.3 app/views/admin/assets/index.html.haml
trusty-cms-6.3.1 app/views/admin/assets/index.html.haml
trusty-cms-7.0.2 app/views/admin/assets/index.html.haml
trusty-cms-7.0.1 app/views/admin/assets/index.html.haml
trusty-cms-7.0.0 app/views/admin/assets/index.html.haml
trusty-cms-6.3 app/views/admin/assets/index.html.haml
trusty-cms-6.2.1 app/views/admin/assets/index.html.haml
trusty-cms-6.2.2.1 app/views/admin/assets/index.html.haml
trusty-cms-6.2.0 app/views/admin/assets/index.html.haml
trusty-cms-6.1.2 app/views/admin/assets/index.html.haml
trusty-cms-6.1.1 app/views/admin/assets/index.html.haml