changeset 75:585952f98978

Put the tweet on different paragraph
author nanaya <me@myconan.net>
date Thu, 23 Jun 2016 01:47:33 +0900
parents bdc723f05119
children 0c023d35cd80
files app/views/tweets/_tweet.html.erb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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>