mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
19 lines
354 B
Text
19 lines
354 B
Text
<div class="header">Latest NS2 tweets</div>
|
|
<div class="body">
|
|
<div class="content">
|
|
<h3>
|
|
Latest tweets
|
|
</h3>
|
|
<ul>
|
|
<ol>
|
|
<% Tweet.recent.each do |tweet| %>
|
|
<li>
|
|
<%= namelink tweet, 25 %>
|
|
</li>
|
|
<% end %>
|
|
</ol>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<%= link_to "More..", articles_path %>
|