<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <%= render partial: 'repository_breadcrumbs' %> <% @subtree.each do |mode, sha1, size, subpath| %> <% end %> <% if @subtree.empty? %> <% end %>
File Size
<% pathparts = subpath.sub(/^\//, '').split('/') basename = pathparts.pop parents = @path pathparts.each do |pathpart| %> <% parents = parents + '/' + pathpart %> <%= link_to pathpart, url_for(path: parents) %> / <% end %> <%= link_to basename, url_for(action: :show_blob, path: parents + '/' + basename) %> <%= human_readable_bytes_html(size) %>
No files found.