<%= 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 %>
|
<% end %>