Mercurial > rsstweet
changeset 85:101904debfcd
Add user icon
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 27 Jun 2016 05:12:40 +0900 |
parents | 07e2e9883ea6 |
children | 5bfc986200db |
files | app/views/tweets/show.atom.builder |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/tweets/show.atom.builder Mon Jun 27 04:51:45 2016 +0900 +++ b/app/views/tweets/show.atom.builder Mon Jun 27 05:12:40 2016 +0900 @@ -1,5 +1,6 @@ atom_feed do |feed| feed.title "#{@user.name} (@#{@user.screen_name})" + feed.icon @user.profile_image_url_https feed.updated @tweets.first.try(:created_at) || Time.at(0) @tweets.each do |tweet|