about summary refs log tree commit diff
path: root/app/views/stream_entries/show.atom.ruby
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 21:42:10 -0400
committerGitHub <noreply@github.com>2017-04-07 21:42:10 -0400
commit065defefac7f1e7e05190f7853699dae9ecbf37a (patch)
tree5fff3fb0e831c54989604c8ef5f085e13f76a323 /app/views/stream_entries/show.atom.ruby
parent9a534d1df639ccd462d0c1f0b2faee0734daab8d (diff)
parent6bfe0689047644743061cfc217a7a64e46c36a87 (diff)
Merge branch 'master' into patch-1
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