mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-09 04:56:09 +10:00
styling
This commit is contained in:
@@ -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>
|
||||
|
||||
<% }); %>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user