about summary refs log tree commit diff
path: root/app/views/stream_entries/show.atom.ruby
diff options
context:
space:
mode:
authorfoxiehkins <foxiehkins@gmail.com>2017-04-07 14:01:20 +0100
committerGitHub <noreply@github.com>2017-04-07 14:01:20 +0100
commit41396de7a90f23dd0afe1afa3dab1be43b7b6ecd (patch)
tree5cacec3a442a671990f972196fa90c90903e83cf /app/views/stream_entries/show.atom.ruby
parentac1989d2c07b707699641987d62697103698393c (diff)
parent4e41cd9ab8f51120d558b70528b163c98993be53 (diff)
Merge branch 'master' into master
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