Mercurial > rsstweet
changeset 130:faae69155f90
Improved wording?
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 01 Oct 2017 03:55:01 +0900 |
parents | 9348882a4f35 |
children | 4b5568b4a533 |
files | app/views/tweets/_tweet.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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? %> <p> <em>Retweeted:</em> - <br><small>Originally tweeted at <%= tweet.retweeted_status.created_at.to_s :rfc822 %></small> + <br><small>(Originally tweeted at <%= tweet.retweeted_status.created_at.to_s :rfc822 %>)</small> </p> <%= render "tweet", :tweet => tweet.retweeted_status %>