diff app/views/tweets/show.atom.builder @ 80:448a368f7344

More useful title?
author nanaya <me@myconan.net>
date Sun, 26 Jun 2016 18:18:54 +0900
parents 1161ad2a4390
children 101904debfcd
line wrap: on
line diff
--- a/app/views/tweets/show.atom.builder	Sun Jun 26 18:05:41 2016 +0900
+++ b/app/views/tweets/show.atom.builder	Sun Jun 26 18:18:54 2016 +0900
@@ -4,7 +4,7 @@
 
   @tweets.each do |tweet|
     feed.entry tweet, :url => tweet.uri, :updated => tweet.created_at do |entry|
-      entry.title tweet.created_at.rfc2822
+      entry.title ellipsize(tweet.text)
       entry.content render(:partial => "tweet", :formats => :html, :locals => { :tweet => tweet }), :type => "html"
       entry.author do |author|
         author.name tweet.user.screen_name