Sha256: e7e5b882ba44382b2ee7d4d35689d01b265f7080d70380c3899dafb6f48c4bb1
Contents?: true
Size: 732 Bytes
Versions: 4
Compression:
Stored size: 732 Bytes
Contents
<% unless file.relative_parent_path? %> <tr data-ev-location="<%= file.location %>" data-tt-id="<%=path%>" data-tt-parent-id="<%=File.dirname(path)%>" data-tt-branch="<%=file.container? ? 'true' : 'false'%>"> <td class="<%=file.container? ? 'ev-container' : 'ev-file'%> ev-file-name"> <span class="<%=file.container? ? 'folder' : 'file'%>"> <%= link_to(file.name, browse_everything_engine.contents_path(provider_name,file.id), {:class=>'ev-link'}) %> </span> </td> <td class="ev-file-size"> <%= number_to_human_size(file.size).sub(/Bytes/,'bytes') %> </td> <td class="ev-file-kind"> <%= file.type %> </td> <td class="ev-file-date"> <%= file.mtime.strftime('%F %R') %> </td> </tr> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems