Changeset - f790b5c6cce9
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-01-21 06:15:03
marcin@python-works.com
issue and commits linking added also for shortlog
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -15,9 +15,7 @@
 
            <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></div>
 
        </td>
 
        <td>
 
            ${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))}
 
        </td>
 
        <td><span class="tooltip" title="${cs.date}">
 
                      ${h.age(cs.date)}</span>
0 comments (0 inline, 0 general)