comparison app/views/tweets/_tweet.html.erb @ 150:950849c40d42

Update all the things, including rails 5.2
author nanaya <me@nanaya.pro>
date Wed, 31 Jan 2018 15:04:03 +0900
parents bedb7e2e16ed
children 3943833e973c
comparison
equal deleted inserted replaced
149:8a84441a8f55 150:950849c40d42
23 %> 23 %>
24 </p> 24 </p>
25 25
26 <p> 26 <p>
27 <%= link_to "https://twitter.com/#{tweet.user.screen_name}" do %> 27 <%= link_to "https://twitter.com/#{tweet.user.screen_name}" do %>
28 <%= image_tag tweet.user.profile_image_url_https, :alt => "profile image for #{tweet.user.name.printable}" %> 28 <%= image_tag tweet.user.profile_image_url_https.to_s, :alt => "profile image for #{tweet.user.name.printable}" %>
29 <%= tweet.user.name.printable -%> 29 <%= tweet.user.name.printable -%>
30 <% end %> 30 <% end %>
31 </p> 31 </p>
32 32
33 <p> 33 <p>