# HG changeset patch # User nanaya # Date 1506798441 -32400 # Node ID bedb7e2e16edaa305ec08132432ce8365c2cfeb9 # Parent 4b5568b4a53309c50187ae267043ba33fce41c94 Oh whoops diff -r 4b5568b4a533 -r bedb7e2e16ed app/views/tweets/_tweet.html.erb --- a/app/views/tweets/_tweet.html.erb Sun Oct 01 04:04:35 2017 +0900 +++ b/app/views/tweets/_tweet.html.erb Sun Oct 01 04:07:21 2017 +0900 @@ -5,7 +5,7 @@ <%= render "tweet", :tweet => tweet.retweeted_status, :with_time => true %> <% else%> - <% if defined? :with_time && with_time %> + <% if defined?(with_time) && with_time %>

Originally tweeted at <%= tweet.created_at.to_s :rfc822 %>