diff 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
line wrap: on
line diff
--- a/pylons_app/templates/files/files.html	Sun May 09 17:35:51 2010 +0200
+++ b/pylons_app/templates/files/files.html	Mon May 10 23:12:45 2010 +0200
@@ -36,7 +36,7 @@
 				<%include file='files_source.html'/>			
 			%endif	
 	%else:
-		<h2>${_('No files')}</h2>
+		<h2><a href="#" onClick="javascript:parent.history.back();" target="main">${_('Go back')}</a> ${_('No files at given path')}: "${c.f_path or "/"}" </h2>
 	%endif
 
 	</div>