单独打开某篇博客时,订阅的显示不正确,修改之

This commit is contained in:
yafei Lee 2012-06-26 13:03:10 +08:00
parent a0f2a6fdae
commit 9be0e91079
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
<%= render :partial=> "post", :locals=> { :post=> @post } %>
<div class="blogs">
<%= render :partial=> "post", :locals=> { :post=> @post } %>
</div>