base/app/views/posts/_post.html.erb in social_stream-0.12.6 vs base/app/views/posts/_post.html.erb in social_stream-0.12.7

- old
+ new

@@ -1,3 +1,3 @@ <%= div_for post, :class => 'content_size' do %> - <%= simple_format post.text %> + <%= simple_format auto_link(post.text) %> <% end %>