diff rhodecode/templates/branches/branches_data.html @ 2427:f467c75544af beta

Added h.tooltip to all places that tooltip_title is used. - improved escaping of < and > inside tooltips
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 21:54:50 +0200
parents 44f328d6f209
children 9f37281195a2
line wrap: on
line diff
--- a/rhodecode/templates/branches/branches_data.html	Fri Jun 08 02:50:47 2012 +0200
+++ b/rhodecode/templates/branches/branches_data.html	Fri Jun 08 21:54:50 2012 +0200
@@ -17,7 +17,7 @@
                     h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id))}</span>
                 </span>
             </td>
-            <td><span class="tooltip" title="${h.age(branch[1].date)}">${h.fmt_date(branch[1].date)}</span></td>
+            <td><span class="tooltip" title="${h.tooltip(h.age(branch[1].date))}">${h.fmt_date(branch[1].date)}</span></td>
             <td title="${branch[1].author}">${h.person(branch[1].author)}</td>
             <td>
                 <div>
@@ -35,7 +35,7 @@
                       h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))}</span>
                   </span>
               </td>
-              <td><span class="tooltip" title="${h.age(branch[1].date)}">${h.fmt_date(branch[1].date)}</span></td>
+              <td><span class="tooltip" title="${h.tooltip(h.age(branch[1].date))}">${h.fmt_date(branch[1].date)}</span></td>
               <td title="${branch[1].author}">${h.person(branch[1].author)}</td>
               <td>
                 <div>