mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
13 lines
274 B
Text
13 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 %>
|