diff rhodecode/templates/changelog/changelog.html @ 3550:7abbb77b02d0 beta

Repo size - show just the size without duplicating text bring back numeric revision into changelog Fixed tests
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Mar 2013 16:21:34 +0100
parents c0a157ab9a15
children 7967d00e4692
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Tue Mar 19 23:43:40 2013 +0100
+++ b/rhodecode/templates/changelog/changelog.html	Wed Mar 20 16:21:34 2013 +0100
@@ -64,6 +64,7 @@
                         </td>
                         <td class="hash">
                             <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
+                                <span class="changeset_id">${cs.revision}:</span>
                                 <span class="changeset_hash">${h.short_id(cs.raw_id)}</span>
                             </a>
                         </td>