ensl.org/app/views/articles/_preview.html.erb

18 lines
401 B
Text
Raw Normal View History

<div class="article preview">
<h2><%= namelink article %></h2>
<div class="content">
<%= preview_text(article, full) %>
</div>
<div class="author">
<%= namelink(article.user) %> on <%= longertime article.created_at %>
</div>
<div class="comments">
<%= link_to article do %>
<%= icon 'comments' %> Comments (<%= article.comments.count %>)
<% end %>
</div>
</div>