Changeset - 82b2d1a21ae3
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-24 02:57:54
marcin@python-works.com
use show_id also in lightweight changelog
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -26,7 +26,7 @@
 
                </div>
 
              %endif
 
            </div>
 
            <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">r${cs.revision}:${h.short_id(cs.raw_id)}</a></pre>
 
            <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">${h.show_id(cs)}</a></pre>
 
         </div>
 
        </td>
 
        <td>
0 comments (0 inline, 0 general)