# HG changeset patch # User Marcin Kuzminski # Date 2012-01-21 06:15:03 # Node ID f790b5c6cce98df6a5b8a83afd014fd85b0ac468 # Parent ff167a938ce067c9103c2133c0c5c9d358a942bc issue and commits linking added also for shortlog diff --git a/rhodecode/templates/shortlog/shortlog_data.html b/rhodecode/templates/shortlog/shortlog_data.html --- a/rhodecode/templates/shortlog/shortlog_data.html +++ b/rhodecode/templates/shortlog/shortlog_data.html @@ -15,9 +15,7 @@
r${cs.revision}:${h.short_id(cs.raw_id)}
- ${h.link_to(h.truncate(cs.message,50), - h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), - title=cs.message)} + ${h.urlify_commit(h.truncate(cs.message,50),c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))} ${h.age(cs.date)}