Show More
@@ -60,7 +60,7 b'' | |||
|
60 | 60 | <div class="date">${h.fmt_date(cs.date)}</div> |
|
61 | 61 | </div> |
|
62 | 62 | <div class="mid"> |
|
63 |
<div class="message">${h.urlify_commit( |
|
|
63 | <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div> | |
|
64 | 64 | <div class="expand"><span class="expandtext">↓ ${_('show more')} ↓</span></div> |
|
65 | 65 | </div> |
|
66 | 66 | <div class="right"> |
@@ -52,7 +52,7 b'' | |||
|
52 | 52 | <span>${h.person(c.changeset.author)}</span><br/> |
|
53 | 53 | <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/> |
|
54 | 54 | </div> |
|
55 |
<div class="message">${h.urlify_commit( |
|
|
55 | <div class="message">${h.urlify_commit(c.changeset.message, c.repo_name)}</div> | |
|
56 | 56 | </div> |
|
57 | 57 | <div class="right"> |
|
58 | 58 | <div class="changes"> |
@@ -41,7 +41,7 b'' | |||
|
41 | 41 | <td>${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</td> |
|
42 | 42 | <td><div class="author">${h.person(cs.author)}</div></td> |
|
43 | 43 | <td><span class="tooltip" title="${h.age(cs.date)}">${h.fmt_date(cs.date)}</span></td> |
|
44 |
<td><div class="message">${h.urlify_commit( |
|
|
44 | <td><div class="message">${h.urlify_commit(cs.message, c.repo_name)}</div></td> | |
|
45 | 45 | </tr> |
|
46 | 46 | %endfor |
|
47 | 47 | </table> |
General Comments 0
You need to be logged in to leave comments.
Login now