diff --git a/pylons_app/templates/files.html b/pylons_app/templates/files.html --- a/pylons_app/templates/files.html +++ b/pylons_app/templates/files.html @@ -42,13 +42,13 @@ % if c.files_list.parent: - - ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.files_list.parent),class_="browser-dir")} - - - - - + + ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.files_list.parent),class_="browser-dir")} + + + + + %endif <%def name="file_class(node)">