summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorRémy Coutable <remy@gitlab.com>2017-02-16 23:41:34 +0000
committerDJ Mountney <david@twkie.net>2017-03-20 18:45:45 -0700
commit153b594c06c994a8c9b4a92e9c5c33c3cdb4e0e0 (patch)
tree7a593effaccdfcecea37f62c7ec6ed1c228270ba /app/views/events
parent770a703bd8e68601d166556124d3a4bd5b2a75da (diff)
downloadgitlab-ce-153b594c06c994a8c9b4a92e9c5c33c3cdb4e0e0.tar.gz
Merge branch '28058-hide-emails-in-atom-feeds' into 'security'
Only show public emails in atom feeds See merge request !2066
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.atom.builder b/app/views/events/_event.atom.builder
index 43a52cf3002..158061579f6 100644
--- a/app/views/events/_event.atom.builder
+++ b/app/views/events/_event.atom.builder
@@ -9,7 +9,7 @@ xml.entry do
xml.author do
xml.name event.author_name
- xml.email event.author_email
+ xml.email event.author_public_email
end
xml.summary(type: "xhtml") do |summary|