<%= div_for(post, class: 'forem_post') do %> Written at <%= post.created_at %> By <%= post.user %> <%= simple_format(post.text) %> <%= link_to "Reply", new_topic_post_path(@topic) %> <% end %>