2014-04-29 20:02:20 +00:00
|
|
|
<div class="article preview">
|
2014-05-02 16:43:23 +00:00
|
|
|
<h2><%= namelink article %></h2>
|
2014-04-29 20:02:20 +00:00
|
|
|
|
|
|
|
<div class="content">
|
2014-05-02 08:27:18 +00:00
|
|
|
<%= preview_text(article, full) %>
|
2014-04-29 20:02:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="author">
|
|
|
|
<%= namelink(article.user) %> on <%= longertime article.created_at %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="comments">
|
|
|
|
<%= link_to article do %>
|
2020-03-17 00:01:43 +00:00
|
|
|
<%= icon 'fas', 'fas', 'comments' %> Comments (<%= article.comments.count %>)
|
2014-04-29 20:02:20 +00:00
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|