Mercurial > rsstweet
diff app/views/tweets/_tweet.html.erb @ 130:faae69155f90
Improved wording?
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 01 Oct 2017 03:55:01 +0900 |
parents | d4b2bd9e23f5 |
children | 4b5568b4a533 |
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 %>