Mercurial > rsstweet
diff app/views/tweets/_tweet.html.erb @ 75:585952f98978
Put the tweet on different paragraph
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 23 Jun 2016 01:47:33 +0900 |
parents | eecb35eac2f3 |
children | 04ccd0632a71 |
line wrap: on
line diff
--- a/app/views/tweets/_tweet.html.erb Mon May 16 20:22:02 2016 +0900 +++ b/app/views/tweets/_tweet.html.erb Thu Jun 23 01:47:33 2016 +0900 @@ -10,9 +10,9 @@ <%= image_tag tweet.user.profile_image_url_https %> <%= tweet.user.name -%> <% end %> + </p> - / - + <p> <%= auto_link(tweet.text).gsub("\n", "<br>").html_safe %> </p>