diff --git a/rhodecode/templates/files/files_ypjax.html b/rhodecode/templates/files/files_ypjax.html --- a/rhodecode/templates/files/files_ypjax.html +++ b/rhodecode/templates/files/files_ypjax.html @@ -5,11 +5,11 @@ %if c.file.is_dir(): <%include file='files_browser.html'/> %else: - <%include file='files_source.html'/> - %endif + <%include file='files_source.html'/> + %endif %else:

- ${_('Go back')} - ${_('No files at given path')}: "${c.f_path or "/"}" + ${_('Go back')} + ${_('No files at given path')}: "${c.f_path or "/"}"

%endif