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.files_list.parent: + %if c.file.parent:|||||
|---|---|---|---|---|---|
| - ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.files_list.parent.path),class_="browser-dir")} + | + ${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")} | @@ -180,16 +66,16 @@ | |||
| - ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=h.safe_unicode(node.path)),class_=file_class(node))} + ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=h.safe_unicode(node.path)),class_=file_class(node)+" ypjax-link")} | %if node.is_file(): ${h.format_byte_size(node.size,binary=True)} - %endif + %endif | %if node.is_file(): @@ -198,8 +84,9 @@ |
%if node.is_file():
-
- ${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}
+
+
%endif
${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}
+ |
@@ -210,14 +97,16 @@ | %if node.is_file(): - ${node.last_changeset.author} - %endif + + ${h.person(node.last_changeset.author)} + + %endif |