comparison rhodecode/templates/changeset/changeset_range.html @ 2426:b80c2f617d44 beta

removed wrap paragraphs from commit messages as it broke formatting. - commits are still properly formatted by css
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 02:50:47 +0200
parents 76d156bef5a2
children f467c75544af
comparison
equal deleted inserted replaced
2425:a970b6e7c5a2 2426:b80c2f617d44
39 <tr> 39 <tr>
40 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),14)}"/></div></td> 40 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),14)}"/></div></td>
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> 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 <td><div class="author">${h.person(cs.author)}</div></td> 42 <td><div class="author">${h.person(cs.author)}</div></td>
43 <td><span class="tooltip" title="${h.age(cs.date)}">${h.fmt_date(cs.date)}</span></td> 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(h.wrap_paragraphs(cs.message),c.repo_name)}</div></td> 44 <td><div class="message">${h.urlify_commit(cs.message, c.repo_name)}</div></td>
45 </tr> 45 </tr>
46 %endfor 46 %endfor
47 </table> 47 </table>
48 </div> 48 </div>
49 <div style="font-size:1.1em;font-weight: bold;clear:both;padding-top:10px">${_('Files affected')}</div> 49 <div style="font-size:1.1em;font-weight: bold;clear:both;padding-top:10px">${_('Files affected')}</div>