diff --git a/kallithea/model/notification.py b/kallithea/model/notification.py
--- a/kallithea/model/notification.py
+++ b/kallithea/model/notification.py
@@ -341,6 +341,7 @@ class EmailNotificationModel(object):
"data_style": "border:%(color_border)s 1px solid;background:%(color_background_grey)s" % _kwargs,
"emph_style": "font-weight:600;color:%(color_emph)s" % _kwargs,
"link_style": "color:%(color_link)s;text-decoration:none" % _kwargs,
+ "link_text_style": "color:%(color_text)s;text-decoration:none;border:%(color_border)s 1px solid;background:%(color_background_grey)s" % _kwargs,
})
log.debug('rendering tmpl %s with kwargs %s', base, _kwargs)
diff --git a/kallithea/templates/email_templates/changeset_comment.html b/kallithea/templates/email_templates/changeset_comment.html
--- a/kallithea/templates/email_templates/changeset_comment.html
+++ b/kallithea/templates/email_templates/changeset_comment.html
@@ -18,7 +18,7 @@
${_('Changeset on')}
- ${cs_target_repo}
${_('branch')}
${branch}:
diff --git a/kallithea/templates/email_templates/pull_request.html b/kallithea/templates/email_templates/pull_request.html
--- a/kallithea/templates/email_templates/pull_request.html
+++ b/kallithea/templates/email_templates/pull_request.html
@@ -10,12 +10,12 @@
${_('Pull request from')}
- ${pr_source_repo}
${_('at')}
${pr_source_branch}
${_('to')}
- ${pr_target_repo}
${_('at')}
${pr_target_branch}
diff --git a/kallithea/templates/email_templates/pull_request_comment.html b/kallithea/templates/email_templates/pull_request_comment.html
--- a/kallithea/templates/email_templates/pull_request_comment.html
+++ b/kallithea/templates/email_templates/pull_request_comment.html
@@ -18,12 +18,12 @@
${_('Pull request from')}
- ${pr_source_repo}
${_('branch')}
${pr_source_branch}
${_('to')}
- ${pr_target_repo}
${_('branch')}
${pr_target_branch}:
diff --git a/kallithea/tests/models/test_dump_html_mails.ref.html b/kallithea/tests/models/test_dump_html_mails.ref.html
--- a/kallithea/tests/models/test_dump_html_mails.ref.html
+++ b/kallithea/tests/models/test_dump_html_mails.ref.html
@@ -111,7 +111,7 @@ View Comment: http://comment.org
| | | |