2021-09-26 15:22:36 -07:00
|
|
|
<div id="<%= dom_id article %>" class="scaffold_record">
|
|
|
|
|
<p>
|
|
|
|
|
<strong>Title:</strong>
|
|
|
|
|
<%= article.title %>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
2021-12-16 14:33:08 -08:00
|
|
|
Posted <%= time_tag article.created_at %>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<strong><%= pluralize article.comments.count, "comment" %></strong>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<strong>Content:</strong>
|
|
|
|
|
<%= article.content %>
|
2021-09-26 15:22:36 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<%= link_to "Show this article", article %>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|