summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/_tree_file.html.haml
blob: ce7e25d774b62eabe2b6a134a6e9b41f81d65c29 (plain)
1
2
3
4
5
6
7
8
9
10
- path_to_file = file_namespace_project_build_artifacts_path(@project.namespace, @project, @build, path: file.path)

%tr.tree-item{ 'data-link' => path_to_file }
  - blob = file.blob
  %td.tree-item-file-name
    = tree_icon('file', blob.mode, blob.name)
    = link_to path_to_file do
      %span.str-truncated= blob.name
  %td
    = number_to_human_size(blob.size, precision: 2)