##// END OF EJS Templates
summary/changelog: unified how data is displayed for summary and changelog pages....
summary/changelog: unified how data is displayed for summary and changelog pages. - use consistent order of columns - fix the link to commit status - fix order of displaying comments Fixes #4111

File last commit:

r1:854a839a default
r472:3d63a95d default
Show More
base.mako
17 lines | 376 B | application/x-mako | MakoHtmlLexer
## -*- coding: utf-8 -*-
## headers we additionally can set for email
<%def name="headers()" filter="n,trim"></%def>
## plain text version of the email. Empty by default
<%def name="body_plaintext()" filter="n,trim"></%def>
${self.body()}
<div>
--
<br/>
<br/>
<b>${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}}</b>
</div>