BigW Consortium Gitlab

_tree_file.html.haml 348 Bytes
- path_to_file = file_project_job_artifacts_path(@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)