diff pylons_app/templates/files/files_browser.html @ 280:373ddb868bd6

html updates,mostly tables
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 18:18:49 +0200
parents e35210568664
children 558eb7c5028f
line wrap: on
line diff
--- a/pylons_app/templates/files/files_browser.html	Sun Jun 13 16:33:22 2010 +0200
+++ b/pylons_app/templates/files/files_browser.html	Sun Jun 13 18:18:49 2010 +0200
@@ -9,6 +9,7 @@
 	<div class="browser-header">
 		${h.form(h.url.current())}
 		<span>${_('view')}@rev <a style="font-size: 1.3em"  href="${c.url_prev}">&laquo;</a>${h.text('at_rev',value=c.rev_nr,size='5')}<a style="font-size: 1.3em" href="${c.url_next}">&raquo;</a></span>
+		${c.cur_rev} 
 		${h.submit('view','view')}
 		${h.end_form()}
 	</div>