Sha256: 19d5681e3f3e2b6ff62f6e93bb0e134b3627c92f8a095e0a5b1a2288a733c419

Contents?: true

Size: 720 Bytes

Versions: 3

Compression:

Stored size: 720 Bytes

Contents

<% unless file.relative_parent_path? %>
<tr data-ev-location="<%= file.location %>" data-tt-id="<%=path%>" data-tt-parent-id="<%=parent%>" 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

3 entries across 3 versions & 1 rubygems

Version Path
browse-everything-0.6.3 app/views/browse_everything/_file.html.erb
browse-everything-0.6.2 app/views/browse_everything/_file.html.erb
browse-everything-0.6.1 app/views/browse_everything/_file.html.erb