Mercurial > rsstweet
view app/views/tweets/_tweet.atom.erb @ 121:d7c13499626c
Update readme and split off license (and update wording).
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 25 Mar 2017 18:00:28 +0900 |
parents | 3ad8e6d20e79 |
children | 0c60db0a3686 |
line wrap: on
line source
<entry> <id><%= atom_id "#{tweet.user.id}/#{tweet.id}" %></id> <published><%= tweet.created_at.xmlschema %></published> <updated><%= tweet.created_at.xmlschema %></updated> <link rel="alternate" type="text/html" href="<%= tweet.uri %>"/> <title><%= ellipsize tweet.attrs[:full_text] %></title> <content type="html"> <%= render(:partial => "tweet", :formats => :html, :locals => { :tweet => tweet }).to_str %> </content> <author> <name><%= tweet.user.screen_name %></name> </author> </entry>