diff rhodecode/templates/summary/summary.html @ 2603:370ed7829168 beta

Readme renderer now uses landing_rev parameter to render the readme based on given revision, rather than tip
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jul 2012 19:09:35 +0200
parents 79818f546538
children 59fab1f641bf
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Sat Jul 14 18:53:39 2012 +0200
+++ b/rhodecode/templates/summary/summary.html	Sat Jul 14 19:09:35 2012 +0200
@@ -226,7 +226,7 @@
 
 %if c.readme_data:
 <div id="readme" class="box header-pos-fix" style="background-color: #FAFAFA">
-    <div id="readme" class="title">
+    <div id="readme" class="title" title="${_("Readme file at revision '%s'" % c.rhodecode_db_repo.landing_rev)}">
         <div class="breadcrumbs"><a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a></div>
     </div>
     <div id="readme" class="readme">