Commit f05bcf54 authored by Tim Zallmann's avatar Tim Zallmann

Maybe that fixes the escaping in the URL

parent 49f2c6c1
.tree-content-holder.js-tree-content{ 'data-logs-path': escape_javascript(@logs_path) }
.tree-content-holder.js-tree-content{ 'data-logs-path': "#{escape_javascript(@logs_path)}" }
.table-holder
%table.table#tree-slider{ class: "table_#{@hex_path} tree-table" }
%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