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

_tree_directory.html.haml « artifacts « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c68cc19f6c1119b893fc3b59828ad68ddf59e8c1 (plain)
1
2
3
4
5
6
7
8
- path_to_directory = browse_project_job_artifacts_path(@project, @build, path: directory.path)

%tr.tree-item{ 'data-link' => path_to_directory }
  %td.tree-item-file-name
    = tree_icon('folder', '755', directory.name)
    = link_to path_to_directory, class: 'str-truncated', data: { qa_selector: 'directory_name_link', qa_directory_name: directory.name } do
      %span= directory.name
  %td