Commit 6eb3fb4e authored by Rémy Coutable's avatar Rémy Coutable

Fix incomplete resolution of app/views/projects/tree/_old_tree_content.html.haml

The wrong resolution was in 5eae5f38.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c43d03da
.tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path } .tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path, 'data-path-locks-available': (@project.feature_available?(:file_locks) ? 'true' : 'false'), 'data-path-locks-toggle': toggle_project_path_locks_path(@project), 'data-path-locks-path': @path }
.table-holder .table-holder
%table.table#tree-slider{ class: "table_#{@hex_path} tree-table" } %table.table#tree-slider{ class: "table_#{@hex_path} tree-table" }
%thead %thead
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment