# HG changeset patch # User nanaya # Date 1466971960 -32400 # Node ID 101904debfcdbed74de6639d5661dac0c606b1e5 # Parent 07e2e9883ea623cd7a1623f075825a6f4a8aa26e Add user icon diff -r 07e2e9883ea6 -r 101904debfcd app/views/tweets/show.atom.builder --- 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|