Sha256: 142baf6dae8f0d817e4cf18805569c6804107db189162cfdf4d3a439748d654c

Contents?: true

Size: 505 Bytes

Versions: 10

Compression:

Stored size: 505 Bytes

Contents

<% if provider.present? %>
  <ul class="unstyled">
    <% provider.contents(browse_path).each do |file| %>
    <li data-ev-location="<%= file.location %>" title="<%= number_to_human_size(file.size).sub(/Bytes/,'bytes') %> • <%= file.mtime.strftime('%F %R') %>">
      <span class="<%=file.container? ? 'ev-container' : 'ev-file'%> ev-file-name">
        <%= link_to(file.name, browse_everything_engine.contents_path(provider_name,file.id)) %>
      </span>
    </li>
    <% end %>
  </table>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
browse-everything-0.4.5 app/views/browse_everything/_files.html.erb
browse-everything-0.4.4 app/views/browse_everything/_files.html.erb
browse-everything-0.4.3 app/views/browse_everything/_files.html.erb
browse-everything-0.4.2 app/views/browse_everything/_files.html.erb
browse-everything-0.4.1 app/views/browse_everything/_files.html.erb
browse-everything-0.4.0 app/views/browse_everything/_files.html.erb
browse-everything-0.3.0 app/views/browse_everything/_files.html.erb
browse-everything-0.2.0 app/views/browse_everything/_files.html.erb
browse-everything-0.1.1 app/views/browse_everything/_files.html.erb
browse-everything-0.1.0 app/views/browse_everything/_files.html.erb