Sha256: aefef1de4c79a6f92bc9c04f57410eb0ea70675c3f4ad15c1fb01c8f8c68fadd

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
neifelheim-forem-0.0.2 app/views/forem/posts/_post.html.erb
neifelheim-forem-0.0.1 app/views/forem/posts/_post.html.erb