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 22:13:06 -0400
committerGitHub <noreply@github.com>2017-04-07 22:13:06 -0400
commitcf13c97cb2890d7bf51540f632cf725f89baefd9 (patch)
treed58925eed77815140c011bb70667fdc4b80173c5 /app/views/stream_entries/show.atom.ruby
parent65b3a2a5a6e3151cf4da89132326b796a5c0687a (diff)
parent90a408f5927956f0cbe9b81812daca7b4a92d807 (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