Sha256: 119e9110c94afa22a521a3e5987b0d439550c06c6529bb873bba2266fc1bbd06

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

<%= div_for(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
redlumxn-forem-0.0.2 app/views/forem/posts/_post.html.erb
redlumxn-forem-0.0.1 app/views/forem/posts/_post.html.erb