|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<% if act.container_type == 'Organization' %>
|
|
|
|
|
<% if act.org_act_type == 'OrgDocumentComment' && act.org_act_id != @organization.home_id %>
|
|
|
|
|
<% if act.org_act_type == 'OrgDocumentComment' %>
|
|
|
|
|
<%= render :partial => 'organizations/show_org_document', :locals => {:document => act.org_act, :act => act, :flag => 2, :org_subfield_id => params[:org_subfield_id]} %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|