diff pylons_app/templates/branches/branches.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 20dc7a5eb748
children 410101210923
line wrap: on
line diff
--- a/pylons_app/templates/branches/branches.html	Sun May 09 17:35:51 2010 +0200
+++ b/pylons_app/templates/branches/branches.html	Mon May 10 23:12:45 2010 +0200
@@ -28,7 +28,6 @@
 		%for cnt,branch in enumerate(c.repo_branches):
 		<tr class="parity${cnt%2}">
 			<td>${branch._ctx.date()|n,filters.age}</td>
-			<td></td>
 			<td>
 				<span class="logtags">
 					<span class="branchtag">${h.link_to(branch.branch,h.url('changeset_home',repo_name=c.repo_name,revision=branch._short))}</span>