diff --git a/rhodecode/templates/files/files_browser.html b/rhodecode/templates/files/files_browser.html --- a/rhodecode/templates/files/files_browser.html +++ b/rhodecode/templates/files/files_browser.html @@ -10,12 +10,12 @@
| ${_('Last commiter')} | - + %if c.file.parent:|||
|---|---|---|---|
| + | ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.file.parent.path),class_="browser-dir ypjax-link")} | @@ -66,7 +66,7 @@ | |
| @@ -75,7 +75,7 @@ | %if node.is_file(): ${h.format_byte_size(node.size,binary=True)} - %endif + %endif | %if node.is_file(): @@ -100,13 +100,13 @@ ${h.person(node.last_changeset.author)} - %endif + %endif |