组织栏目帖子设为首页后显示在栏目中

This commit is contained in:
huang 2016-05-20 20:55:43 +08:00
parent 166a97dc0c
commit d9241d5dca
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
</div>
</div>
<% end %>
<% if act.org_act_type == 'OrgDocumentComment' && act.org_act_id != @organization.home_id %>
<% if act.org_act_type == 'OrgDocumentComment' %>
<%= render :partial => 'show_org_document', :locals => {:document => act.org_act, :act => act, :flag => 2, :org_subfield_id => params[:org_subfield_id]} %>
<% end %>
<% end %>