diff options
Diffstat (limited to 'app/views/groups/show.atom.builder')
-rw-r--r-- | app/views/groups/show.atom.builder | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/groups/show.atom.builder b/app/views/groups/show.atom.builder index 5f2999c3d8e..807ff5f39b4 100644 --- a/app/views/groups/show.atom.builder +++ b/app/views/groups/show.atom.builder @@ -8,7 +8,6 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom", "xmlns:media" => "http://sear @events.each do |event| if event.proper? - event = EventDecorator.decorate(event) xml.entry do event_link = event.feed_url event_title = event.feed_title |