##// 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 <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 </div>
100 ${_('left a')}
99 ${_('left a')}
101 <a href="${commit_comment_url}" style="${base.link_css()}">
100 <a href="${commit_comment_url}" style="${base.link_css()}">
102 % if comment_file:
101 % if comment_file:
@@ -105,6 +104,7 b' data = {'
105 ${_('{comment_type} on commit.').format(**data) |n}
104 ${_('{comment_type} on commit.').format(**data) |n}
106 % endif
105 % endif
107 </a>
106 </a>
107 </div>
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