~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/__init__.py

  • Committer: William Grant
  • Date: 2009-05-18 12:20:01 UTC
  • Revision ID: grantw@unimelb.edu.au-20090518122001-bl98opy786bm1doz
Put slashes back into the file breadcrumb tooltips.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            continue
35
35
        new_seg = {}
36
36
 
37
 
        nav_path = nav_path + path_seg
 
37
        nav_path = nav_path + '/' + path_seg
38
38
        href_path = href_path + '/' + path_seg
39
39
 
40
40
        new_seg['path'] = path_seg