2012-10-03 18:40:56 -04:00
|
|
|
%tr{ class: "tree-item #{tree_hex_class(tree_item)}" }
|
2011-10-08 17:36:38 -04:00
|
|
|
%td.tree-item-file-name
|
2014-10-04 06:29:18 -04:00
|
|
|
= tree_icon(type, tree_item.mode, tree_item.name)
|
2016-06-16 08:58:00 -04:00
|
|
|
- path = flatten_tree(tree_item)
|
|
|
|
= link_to namespace_project_tree_path(@project.namespace, @project, tree_join(@id || @commit.id, path)), title: path do
|
|
|
|
%span.str-truncated= path
|
2016-08-31 12:14:09 -04:00
|
|
|
%td.hidden-xs.tree-commit
|
|
|
|
%td.tree-time-ago.text-right
|
2016-12-22 06:43:54 -05:00
|
|
|
= render 'projects/tree/spinner'
|