<% @posts.each do |post| %> <% links = post.content.scan(/([htp]+?s?:?\/\/[^\s\)"']*)/i) %> <% next unless links.any? %> <% end %>
Thread Links Images Full text
<%= post.postable.title %> (<%= post.postable.slug %>)
    <% links.each do |url| %> <%= link_to url.first, url.first %> <% end %>
<% links.each do |url| %> <%= link_to url.first do %> <%= image_tag url.first, class: 'left', style: "height: 200px; width: 200px" %> <% end %> <% end %> <%= post.content %>