summaryrefslogtreecommitdiff
path: root/app/views/issues/_issue.atom.builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_issue.atom.builder')
-rw-r--r--app/views/issues/_issue.atom.builder4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/issues/_issue.atom.builder b/app/views/issues/_issue.atom.builder
index 96831874144..bd845198e7e 100644
--- a/app/views/issues/_issue.atom.builder
+++ b/app/views/issues/_issue.atom.builder
@@ -7,7 +7,7 @@ xml.entry do
xml.author do
xml.name issue.author_name
- xml.email issue.author_email
+ xml.email issue.author_public_email
end
xml.summary issue.title
@@ -26,7 +26,7 @@ xml.entry do
if issue.assignee
xml.assignee do
xml.name issue.assignee.name
- xml.email issue.assignee.email
+ xml.email issue.assignee_public_email
end
end
end