Sha256: 10a3412d3fcd3c9142bea0440c6d11490f0fd160a861d438935bb77e393d980d
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
<% if provider.present? %> <table id="file-list"> <thead> <tr> <th>Name</th> <th>Size</th> <th>Kind</th> <th>Modified</th> </tr> </thead> <% provider.contents(browse_path).each_with_index do |file,index| %> <% if is_acceptable?(file) %> <%= render :partial => 'file', :locals => { :file => file, :index => index, :path => browse_everything_engine.contents_path(provider_name,file.id), :parent => params[:parent] } %> <% end %> <% end %> </table> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems