about summary refs log tree commit diff
path: root/app/views/stream_entries/show.atom.ruby
diff options
context:
space:
mode:
authorErwan Leboucher <erwanleboucher@gmail.com>2017-04-07 12:43:56 +0200
committerGitHub <noreply@github.com>2017-04-07 12:43:56 +0200
commit0c4e9fdda051d0322608c9abdaa158529c8feacd (patch)
treedb5e8aae085529913e4567c0a81a00c1d2b22356 /app/views/stream_entries/show.atom.ruby
parenta0f1f9c6649f44183b9c1525433c1c6e7f052492 (diff)
parent624a9a7136159d460228a0c2f5df18a9ead3b7f2 (diff)
Merge branch 'master' into patch-4
Diffstat (limited to 'app/views/stream_entries/show.atom.ruby')
-rw-r--r--app/views/stream_entries/show.atom.ruby9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/stream_entries/show.atom.ruby b/app/views/stream_entries/show.atom.ruby
deleted file mode 100644
index a298f3269..000000000
--- a/app/views/stream_entries/show.atom.ruby
+++ /dev/null
@@ -1,9 +0,0 @@
-Nokogiri::XML::Builder.new do |xml|
-  entry(xml, true) do
-    author(xml) do
-      include_author xml, @stream_entry.account
-    end
-
-    include_entry xml, @stream_entry
-  end
-end.to_xml