diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 22:49:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 22:49:14 -0400 |
commit | b67b60fec3adecffef544924a7776cce9b0a2633 (patch) | |
tree | b592548a0a8cc6e9f1cbdf91df04e197503c070f /app/views/stream_entries/show.atom.ruby | |
parent | acf6436a993b514aa2fffffb8a03d3718c5a49a0 (diff) | |
parent | cc16fa75137586dff8eb1ef4e508aed81bf21718 (diff) |
Merge branch 'master' into patch-2
Diffstat (limited to 'app/views/stream_entries/show.atom.ruby')
-rw-r--r-- | app/views/stream_entries/show.atom.ruby | 9 |
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 |