summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/_tree_directory.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/artifacts/_tree_directory.html.haml')
-rw-r--r--app/views/projects/artifacts/_tree_directory.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/artifacts/_tree_directory.html.haml b/app/views/projects/artifacts/_tree_directory.html.haml
index 9e49c93388a..34d5c3b7285 100644
--- a/app/views/projects/artifacts/_tree_directory.html.haml
+++ b/app/views/projects/artifacts/_tree_directory.html.haml
@@ -3,6 +3,6 @@
%tr.tree-item{ 'data-link' => path_to_directory }
%td.tree-item-file-name
= tree_icon('folder', '755', directory.name)
- %span.str-truncated
- = link_to directory.name, path_to_directory
+ = link_to path_to_directory do
+ %span.str-truncated= directory.name
%td