debian-mirror-gitlab/app/views/projects/tree/_tree_item.html.haml

9 lines
423 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%tr{ class: "tree-item #{tree_hex_class(tree_item)}" }
%td.tree-item-file-name
2015-04-26 12:48:37 +05:30
= tree_icon(type, tree_item.mode, tree_item.name)
2016-06-22 15:30:34 +05:30
- 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-09-29 09:46:39 +05:30
%td.hidden-xs.tree-commit
%td.tree-time-ago.text-right
= render 'projects/tree/spinner'