##// END OF EJS Templates
version bump on mercurial
version bump on mercurial

File last commit:

r2188:56e96d4e beta
r2685:4a7a9f2c beta
Show More
files_ypjax.html
18 lines | 565 B | text/html | HtmlLexer
%if c.file:
<h3 class="files_location">
${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
%if c.annotate:
- ${_('annotation')}
%endif
</h3>
%if c.file.is_dir():
<%include file='files_browser.html'/>
%else:
<%include file='files_source.html'/>
%endif
%else:
<h2>
<a href="#" onClick="javascript:parent.history.back();" target="main">${_('Go back')}</a>
${_('No files at given path')}: "${c.f_path or "/"}"
</h2>
%endif