Show More
@@ -159,7 +159,7 b'' | |||
|
159 | 159 | <div class="log-container truncate-wrap"> |
|
160 | 160 | <div class="message truncate" id="c-${commit.raw_id}">${h.urlify_commit_message(commit.message, c.repo_name)}</div> |
|
161 | 161 | </div> |
|
162 |
|
|
|
162 | </td> | |
|
163 | 163 | |
|
164 | 164 | <td class="td-time"> |
|
165 | 165 | ${h.age_component(commit.date)} |
@@ -41,8 +41,11 b'' | |||
|
41 | 41 | <td class="td-commit"> |
|
42 | 42 | <pre><a href="${h.url('changeset_home', repo_name=c.repo_name, revision=cs.raw_id)}">${h.show_id(cs)}</a></pre> |
|
43 | 43 | </td> |
|
44 | <td class="td-message"> | |
|
45 | ${h.urlify_commit_message(h.truncate(cs.message, 50), c.repo_name)} | |
|
44 | ||
|
45 | <td class="td-description mid"> | |
|
46 | <div class="log-container truncate-wrap"> | |
|
47 | <div class="message truncate" id="c-${cs.raw_id}">${h.urlify_commit_message(cs.message, c.repo_name)}</div> | |
|
48 | </div> | |
|
46 | 49 | </td> |
|
47 | 50 | |
|
48 | 51 | <td class="td-time"> |
General Comments 0
You need to be logged in to leave comments.
Login now