diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -32,24 +32,15 @@
- %if c.files_list:
-
- ${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.files_list.path)}
-
- %if c.files_list.is_dir():
- <%include file='files_browser.html'/>
- %else:
- <%include file='files_source.html'/>
- %endif
- %else:
-
- ${_('Go back')}
- ${_('No files at given path')}: "${c.f_path or "/"}"
-
- %endif
-
+ <%include file='files_ypjax.html'/>
-
-%def>
\ No newline at end of file
+
+%def>
\ No newline at end of file