Skip to content
Snippets Groups Projects
Commit efa79936 authored by evalhub's avatar evalhub
Browse files

Update show.atom.builder

parent ee2124b7
No related branches found
No related tags found
1 merge request!4158Group/Team Atom feed 500 error
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment