Changeset - bbd307ce70c0
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2016-02-08 17:42:59
thomas.de.schampheleire@gmail.com
pullrequest: add URL changesets in txt notification email to reviewers

Similar to adding the URL for each changeset in the html notification email
(commit xxxxxxxxxxxx) do the same for txt emails. The e-mail client
presumably makes these URLs clickable.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/email_templates/pull_request.txt
Show inline comments
 
@@ -14,7 +14,7 @@ ${body|n,unicode}
 

	
 
${_('Changesets')|n,unicode}:
 
%for r,r_msg in pr_revisions:
 
${h.short_id(r)|n,unicode}:
 
${h.short_id(r)|n,unicode}: ${h.canonical_url('changeset_home', repo_name=org_repo_name, revision=r)}
 
${h.shorter(r_msg, 256)|n,unicode}
 

	
 
%endfor
0 comments (0 inline, 0 general)