summaryrefslogtreecommitdiff
path: root/app/views/groups/show.atom.builder
diff options
context:
space:
mode:
authorevalhub <eval@markup.com.ua>2013-06-01 15:14:43 +0300
committerevalhub <eval@markup.com.ua>2013-06-01 15:14:43 +0300
commitefa79936c3a43f9acf557a83c1c682a601308a97 (patch)
tree46826dcc2b9a6ef6b227b6e4f183b8b0eac7b777 /app/views/groups/show.atom.builder
parentee2124b7e935bb8bbe7a33c1a276efa296311b28 (diff)
downloadgitlab-ce-efa79936c3a43f9acf557a83c1c682a601308a97.tar.gz
Update show.atom.builder
Fix for https://github.com/gitlabhq/gitlabhq/issues/4157
Diffstat (limited to 'app/views/groups/show.atom.builder')
-rw-r--r--app/views/groups/show.atom.builder4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/show.atom.builder b/app/views/groups/show.atom.builder
index 807ff5f39b4..edf03642d82 100644
--- a/app/views/groups/show.atom.builder
+++ b/app/views/groups/show.atom.builder
@@ -9,8 +9,8 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom", "xmlns:media" => "http://sear
@events.each do |event|
if event.proper?
xml.entry do
- event_link = event.feed_url
- event_title = event.feed_title
+ event_link = event_feed_url(event)
+ event_title = event_feed_title(event)
xml.id "tag:#{request.host},#{event.created_at.strftime("%Y-%m-%d")}:#{event.id}"
xml.link :href => event_link