Sha256: 2846ce6421e9ba6260dea2535dc1330f9764d35d99357bbfa9fccc1d693065d6
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prusswan-forem-0.0.2 | app/views/forem/posts/_post.html.erb |