mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 21:46:16 +10:00
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
%tr{ class: 'tree-item' }
|
|
%td.tree-item-file-name
|
|
= tree_icon('folder', '755', directory.name)
|
|
%span.str-truncated
|
|
= link_to directory.name, browse_namespace_project_build_artifacts_path(@project.namespace, @project, @build, path: directory.path)
|
|
%td
|
|
%td
|