Sha256: 9ead0acd8fe56bc5056b7649a261734a189e0295e0b217d4c0a674ceed3b5837

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

= render :partial => 'tabs'

#content.grid_16.alpha.omega
  = form_for :caching, :url => [forgeos_core, :admin, :cachings] do |f|
    .backgrounds.header
      .interact-links
        = f.submit t('caching.delete.one').capitalize, :class => 'backgrounds interact-button'
        = f.submit t('caching.delete.all').capitalize, :class => 'backgrounds interact-button'
    .files
      - @files.each_with_index do |file, index|
        = check_box_tag "file[#{index}]", file[1]
        = file[0]
        = hidden_field_tag "hidden_files[#{index}]", file[1]
        .clear

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/views/admin/cachings/index.html.haml
forgeos_core-1.9.3 app/views/admin/cachings/index.html.haml