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