Sha256: 94468928b4f2ffeeafa806ad05c1f388785041262add30d47df6185f875af368

Contents?: true

Size: 775 Bytes

Versions: 3

Compression:

Stored size: 775 Bytes

Contents

  <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? or file.size.nil? %>
      <%= 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

Version Path
browse-everything-0.15.1 app/views/browse_everything/_files.html.erb
browse-everything-0.15.0 app/views/browse_everything/_files.html.erb
browse-everything-0.14.2 app/views/browse_everything/_files.html.erb