summaryrefslogtreecommitdiff
path: root/app/views/refs/_tree_item.html.haml
blob: 2e6bbf6221bfa4b3674a36997040d6ea77589458 (plain)
1
2
3
4
5
6
7
8
9
10
11
- file = tree_full_path(content)
%tr{ class: "tree-item #{tree_hex_class(content)}", url: tree_file_project_ref_path(@project, @ref, file) }
  %td.tree-item-file-name
    = tree_icon(content)
    = link_to truncate(content.name, length: 40), tree_file_project_ref_path(@project, @ref || @commit.id, file), remote: :true
  %td.tree_time_ago.cgray
    - if index == 1
      %span.log_loading
        Loading commit data..
        = image_tag "ajax_loader_tree.gif", width: 14
  %td.tree_commit