Sha256: 6ef3d00cc8ef3e38693bd4aa15d03c47b3ad2a64a82d65e3fb1d31f6222acb73
Contents?: true
Size: 990 Bytes
Versions: 3
Compression:
Stored size: 990 Bytes
Contents
<div class="progress" id="loading_progress" aria-live="polite"> <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"> 100% Complete </div> </div> <table id="file-list" role="grid" tabindex="-1" title="Choose files to upload from the table below" aria-live="polite"> <thead> <tr role="row" tabindex="-1"> <th role="columnheader">Name</th> <th role="columnheader">Select All?</th> <th role="columnheader">Size</th> <th role="columnheader">Kind</th> <th role="columnheader">Modified</th> </tr> </thead> <% provider.contents(browse_path).each_with_index do |file, index| %> <% next if file.relative_parent_path? %> <%= render :partial => 'file', :locals => { :file => file, :index => index, :path => browse_everything_engine.contents_path(provider_name, file.id), :parent => params[:parent] } %> <% end %> </table>
Version data entries
3 entries across 3 versions & 1 rubygems