Edit this post
<% if !post.group_post_images.blank? %> <%= post.title %> <% else %> Post image <% end %>

<%= post.title %>

<% content = strip_tags post.content %> <%= content[0..250] %> <%= "..." if content.length > 350 %>