comparison pylons_app/templates/files/files.html @ 145:3f01d02c2cc6

fixed error when browsing revisions on path that doesn't exist. Fixed files browsing. Fixed templates in branches and tags
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 10 May 2010 23:12:45 +0200
parents f96f4cbf89ae
children e35210568664
comparison
equal deleted inserted replaced
144:ea89ac73bef8 145:3f01d02c2cc6
34 <%include file='files_browser.html'/> 34 <%include file='files_browser.html'/>
35 %else: 35 %else:
36 <%include file='files_source.html'/> 36 <%include file='files_source.html'/>
37 %endif 37 %endif
38 %else: 38 %else:
39 <h2>${_('No files')}</h2> 39 <h2><a href="#" onClick="javascript:parent.history.back();" target="main">${_('Go back')}</a> ${_('No files at given path')}: "${c.f_path or "/"}" </h2>
40 %endif 40 %endif
41 41
42 </div> 42 </div>
43 </%def> 43 </%def>