2017-09-10 17:25:29 +05:30
|
|
|
- path_to_directory = browse_project_job_artifacts_path(@project, @build, path: directory.path)
|
2016-01-29 22:53:50 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
%tr.tree-item{ 'data-link' => path_to_directory }
|
2016-01-19 16:12:03 +05:30
|
|
|
%td.tree-item-file-name
|
|
|
|
= tree_icon('folder', '755', directory.name)
|
2018-03-17 18:26:18 +05:30
|
|
|
= link_to path_to_directory, class: 'str-truncated' do
|
|
|
|
%span= directory.name
|
2016-01-19 16:12:03 +05:30
|
|
|
%td
|