Changeset - 1f6d8a00a4b5
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-03-26 23:14:50
madski@unity3d.com
compare: show branch names in changeset list
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/compare/compare_cs.html
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)