commentslayout fix

This commit is contained in:
2014-08-13 15:02:48 +05:30
committed by Andreas Stephanides
parent 0dfc58f125
commit 753d4e212f
3 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
<div class="contentbox">
<% unless comments.empty? %>
<div class="contentbox" style="border-right:none;border-bottom:none; border-top:none">
<ul class="unstyled media-list">
<% comments.each do |c| %>
<li class="media"><%= render c %></li>
<% end %>
</ul>
</div>
<% end %>