##// 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,9 +94,8 b' data = {'
94 94 <td style="width:100%;border-bottom:1px solid #dbd9da;">
95 95
96 96 <h4 style="margin: 0">
97 <div style="margin-bottom: 4px; color:#7E7F7F">
98 @${h.person(user.username)}
99 </div>
97 <div style="margin-bottom: 4px">
98 <span style="color:#7E7F7F">@${h.person(user.username)}</span>
100 99 ${_('left a')}
101 100 <a href="${commit_comment_url}" style="${base.link_css()}">
102 101 % if comment_file:
@@ -105,6 +104,7 b' data = {'
105 104 ${_('{comment_type} on commit.').format(**data) |n}
106 105 % endif
107 106 </a>
107 </div>
108 108 <div style="margin-top: 10px"></div>
109 109 ${_('Commit')} <code>${data['commit_id']}</code> ${_('of repository')}: ${data['repo_name']}
110 110 </h4>
General Comments 0
You need to be logged in to leave comments. Login now