This commit is contained in:
Bowen
2013-07-02 17:52:24 +08:00
parent a629dd2919
commit c7ec30e2b1
+8 -2
View File
@@ -1,7 +1,13 @@
<% items.forEach(function(entry) {%>
<div><%= entry.created_at %></div>
<div><%= entry.text %></div>
<div class="row-fluid">
<div class="span4">
<h2><%= entry.user.name %></h2>
<p><%= entry.text %></p>
<p><%= entry.created_at %></p>
</div>
</div>
<% }); %>