2012-10-04 00:40:56 +02:00
|
|
|
%tr{ class: "tree-item #{tree_hex_class(tree_item)}" }
|
2011-10-08 23:36:38 +02:00
|
|
|
%td.tree-item-file-name
|
2012-10-04 00:40:56 +02:00
|
|
|
= tree_icon(type)
|
2012-10-04 01:12:51 +02:00
|
|
|
%strong= link_to truncate(tree_item.name, length: 40), project_tree_path(@project, tree_join(@id || @commit.id, tree_item.name))
|
2012-07-06 15:42:13 +02:00
|
|
|
%td.tree_time_ago.cgray
|
2012-10-04 00:40:56 +02:00
|
|
|
%span.log_loading.hide
|
|
|
|
Loading commit data...
|
|
|
|
= image_tag "ajax_loader_tree.gif", width: 14
|
2012-10-16 00:57:15 +02:00
|
|
|
%td.tree_commit{ colspan: 2 }
|