1.博客设为首页后转到个人主页;2.组织栏目设为首页正确实现文章

This commit is contained in:
ouyangxuhua 2016-02-26 17:11:18 +08:00
parent 61d9dc959c
commit 6e85b38b09
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class BlogsController < ApplicationController
def set_homepage
@blog = Blog.find(params[:id])
@blog.update_attribute(:homepage_id, params[:article_id])
redirect_to user_blogs_path(params[:user_id])
redirect_to user_path(params[:user_id])
end
def cancel_homepage

View File

@ -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 %>