# HG changeset patch # User nanaya # Date 1506797701 -32400 # Node ID faae69155f90a018a3e9aad8396122232f4e7555 # Parent 9348882a4f35db1b1e30627b8ade9a1ed9e8d034 Improved wording? diff -r 9348882a4f35 -r faae69155f90 app/views/tweets/_tweet.html.erb --- a/app/views/tweets/_tweet.html.erb Sun Oct 01 03:50:55 2017 +0900 +++ b/app/views/tweets/_tweet.html.erb Sun Oct 01 03:55:01 2017 +0900 @@ -1,7 +1,7 @@ <% if tweet.retweeted_status.present? %>

Retweeted: -
Originally tweeted at <%= tweet.retweeted_status.created_at.to_s :rfc822 %> +
(Originally tweeted at <%= tweet.retweeted_status.created_at.to_s :rfc822 %>)

<%= render "tweet", :tweet => tweet.retweeted_status %>