forked from bofh/fetsite
comments
This commit is contained in:
7
app/views/comments/_comments.html.erb
Normal file
7
app/views/comments/_comments.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="contentbox">
|
||||
<ul class="unstyled media-list">
|
||||
<% comments.each do |c| %>
|
||||
<li class="media"><%= render c %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user