We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675436d commit 60a0642Copy full SHA for 60a0642
code_comments/notification.py
@@ -154,6 +154,7 @@ def notify(self, comment):
154
155
self.data.update({
156
"comment": comment,
157
+ "link": self.env.abs_href() + comment.href(),
158
})
159
160
projname = self.config.get("project", "name")
code_comments/templates/code_comment_notify_email.txt
@@ -1,6 +1,6 @@
1
${comment.text}
2
3
-View the comment: ${project.url or abs_href()}${comment.href()}
+View the comment: ${link}
4
5
--
6
${project.name} <${project.url or abs_href()}>
0 commit comments