9 lines
424 B
Text
9 lines
424 B
Text
%tr{ class: "tree-item #{tree_hex_class(tree_item)}" }
|
|
%td.tree-item-file-name
|
|
= tree_icon(type, tree_item.mode, tree_item.name)
|
|
- path = flatten_tree(@path, tree_item)
|
|
= link_to project_tree_path(@project, tree_join(@id || @commit.id, path)), class: 'str-truncated', title: path do
|
|
%span= path
|
|
%td.d-none.d-sm-table-cell.tree-commit
|
|
%td.tree-time-ago.text-right
|
|
= render 'projects/tree/spinner'
|