mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
bef2b7d887
Made profile avatar proportional Added header to sidebar widgets Added bbcode colour support
17 lines
401 B
Text
17 lines
401 B
Text
<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>
|