##// END OF EJS Templates
shorten the journal compare tooltip
shorten the journal compare tooltip

File last commit:

r2815:acc05c33 beta
r2954:9282b4f3 beta
Show More
files_ypjax.html
18 lines | 565 B | text/html | HtmlLexer
new files views...
r1737 %if c.file:
cleaned up JS files in files templates....
r1699 <h3 class="files_location">
new files views...
r1737 ${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
white space cleanup
r2188 %if c.annotate:
- ${_('annotation')}
%endif
cleaned up JS files in files templates....
r1699 </h3>
new files views...
r1737 %if c.file.is_dir():
cleaned up JS files in files templates....
r1699 <%include file='files_browser.html'/>
%else:
White-space cleanup
r1888 <%include file='files_source.html'/>
White space cleanup
r2815 %endif
cleaned up JS files in files templates....
r1699 %else:
<h2>
White-space cleanup
r1888 <a href="#" onClick="javascript:parent.history.back();" target="main">${_('Go back')}</a>
${_('No files at given path')}: "${c.f_path or "/"}"
cleaned up JS files in files templates....
r1699 </h2>
%endif