commentslayout fix

This commit is contained in:
2014-08-13 15:02:48 +05:30
parent b409244246
commit bfb4d54244
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 %>