mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
12 lines
274 B
Text
12 lines
274 B
Text
<p class="bold">
|
|
Newest interviews
|
|
</p>
|
|
<ul>
|
|
<% Article.nodrafts.interviews.recent.each do |article| %>
|
|
<li class="<%= 'bold' if cuser and !article.read_by? cuser %>">
|
|
<%= namelink article %>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|
|
|
|
<%= link_to "More..", articles_path %>
|