##// END OF EJS Templates
emails: updated comment template header to be exactly like other email templates.
marcink -
r4121:e643003b default
parent child Browse files
Show More
@@ -94,17 +94,17 b' data = {'
94 <td style="width:100%;border-bottom:1px solid #dbd9da;">
94 <td style="width:100%;border-bottom:1px solid #dbd9da;">
95
95
96 <h4 style="margin: 0">
96 <h4 style="margin: 0">
97 <div style="margin-bottom: 4px; color:#7E7F7F">
97 <div style="margin-bottom: 4px">
98 @${h.person(user.username)}
98 <span style="color:#7E7F7F">@${h.person(user.username)}</span>
99 ${_('left a')}
100 <a href="${commit_comment_url}" style="${base.link_css()}">
101 % if comment_file:
102 ${_('{comment_type} on file `{comment_file}` in commit.').format(**data)}
103 % else:
104 ${_('{comment_type} on commit.').format(**data) |n}
105 % endif
106 </a>
99 </div>
107 </div>
100 ${_('left a')}
101 <a href="${commit_comment_url}" style="${base.link_css()}">
102 % if comment_file:
103 ${_('{comment_type} on file `{comment_file}` in commit.').format(**data)}
104 % else:
105 ${_('{comment_type} on commit.').format(**data) |n}
106 % endif
107 </a>
108 <div style="margin-top: 10px"></div>
108 <div style="margin-top: 10px"></div>
109 ${_('Commit')} <code>${data['commit_id']}</code> ${_('of repository')}: ${data['repo_name']}
109 ${_('Commit')} <code>${data['commit_id']}</code> ${_('of repository')}: ${data['repo_name']}
110 </h4>
110 </h4>
General Comments 0
You need to be logged in to leave comments. Login now