Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_tree_item.html.haml « tree « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56197382a700603064d9ac6b5fc1bf601b63144c (plain)
1
2
3
4
5
6
7
8
9
%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)), title: path do
      %span.str-truncated= path
  %td.hidden-xs.tree-commit
  %td.tree-time-ago.text-right
    = render 'projects/tree/spinner'