Sha256: 4d4d0f61ec109b2cc0ed8383749e25700eb681f0d1c32a4db0e5d59a67f0193d

Contents?: true

Size: 757 Bytes

Versions: 4

Compression:

Stored size: 757 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? %>
      <%= 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

4 entries across 4 versions & 1 rubygems

Version Path
browse-everything-0.14.1 app/views/browse_everything/_files.html.erb
browse-everything-0.14.0 app/views/browse_everything/_files.html.erb
browse-everything-0.13.1 app/views/browse_everything/_files.html.erb
browse-everything-0.13.0 app/views/browse_everything/_files.html.erb