diff --git a/app/views/news/_organization_show.html.erb b/app/views/news/_organization_show.html.erb index 98d14c3ab..3e608c177 100644 --- a/app/views/news/_organization_show.html.erb +++ b/app/views/news/_organization_show.html.erb @@ -79,8 +79,8 @@ <%= @news.description.html_safe%>
-
- <%= link_to_attachments_course @news, :author => false %> +
+ <%= render :partial=>"attachments/activity_attach", :locals=>{:activity => @news} %>