<% @tweets.each do |item| %>

<%= link_to (longtime item.created_at), item.link %>

<%= raw h item.msg %>

<%= link_to "Comments: #{item.comments.count}", item %>
<% end %>