##// END OF EJS Templates
files: make the copy of the file use safe path. This fixes problem...
marcink -
r2089:ba0b1c99 default
parent child Browse files
Show More
@@ -16,7 +16,7 b''
16 <span> | ${h.format_byte_size_binary(c.file.size)}</span>
16 <span> | ${h.format_byte_size_binary(c.file.size)}</span>
17 <span> | ${c.file.mimetype} </span>
17 <span> | ${c.file.mimetype} </span>
18 <span> | ${h.get_lexer_for_filenode(c.file).__class__.__name__}</span>
18 <span> | ${h.get_lexer_for_filenode(c.file).__class__.__name__}</span>
19 <span class="item last"> | <i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${c.file.path}" title="${_('Copy the full path')}"></i></span>
19 <span class="item last"> | <i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${c.f_path}" title="${_('Copy the full path')}"></i></span>
20 </div>
20 </div>
21 <div class="buttons">
21 <div class="buttons">
22 <a id="file_history_overview" href="#">
22 <a id="file_history_overview" href="#">
General Comments 0
You need to be logged in to leave comments. Login now