changeset 122:5075b243d7d0

Add logo
author nanaya <me@myconan.net>
date Sat, 15 Apr 2017 03:01:16 +0900
parents d7c13499626c
children 7b7732c8d57f
files app/views/tweets/show.atom.erb
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/tweets/show.atom.erb	Sat Mar 25 18:00:28 2017 +0900
+++ b/app/views/tweets/show.atom.erb	Sat Apr 15 03:01:16 2017 +0900
@@ -7,6 +7,7 @@
 
   <title><%= "#{@user.name} (#{@user.screen_name})" %></title>
   <icon><%= @user.profile_image_url_https %></icon>
+  <logo><%= @user.profile_image_url_https %></logo>
 
   <updated><%= (@tweets.first.try(:created_at) || Time.at(0)).xmlschema %></updated>