mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
14 lines
194 B
Text
14 lines
194 B
Text
<h1>
|
|
NS2 Feed
|
|
</h1>
|
|
|
|
<div class="box wide">
|
|
<h3>
|
|
<%= link_to (longtime @tweet.created_at), @tweet.link %>
|
|
</h3>
|
|
<p>
|
|
<%= h @tweet.msg %>
|
|
</p>
|
|
</div>
|
|
|
|
<%= add_comments @tweet %>
|