changeset 3605:1f6d8a00a4b5 beta

compare: show branch names in changeset list
author Mads Kiilerich <madski@unity3d.com>
date Tue, 26 Mar 2013 23:14:50 +0100
parents ceb6d57d1998
children c8ecfe42b285
files rhodecode/templates/compare/compare_cs.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/compare/compare_cs.html	Tue Mar 26 23:14:44 2013 +0100
+++ b/rhodecode/templates/compare/compare_cs.html	Tue Mar 26 23:14:50 2013 +0100
@@ -19,6 +19,7 @@
         </td>
         <td><div class="author">${h.person(cs.author)}</div></td>
         <td><span class="tooltip" title="${h.tooltip(h.age(cs.date))}">${cs.date}</span></td>
+        <td><span class="branchtag">${cs.branch}</span></td>
         <td><div class="message tooltip" title="${h.tooltip(cs.message)}" style="white-space:normal">${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}</div></td>
         </tr>
     %endfor