|
|
@ -91,7 +91,7 @@ class OrganizationsController < ApplicationController
|
|
|
|
course_types = "('Message','News','HomeworkCommon','Poll','Course')"
|
|
|
|
course_types = "('Message','News','HomeworkCommon','Poll','Course')"
|
|
|
|
@project_acts = get_project_activities_org @organization, project_ids
|
|
|
|
@project_acts = get_project_activities_org @organization, project_ids
|
|
|
|
@course_acts = get_course_activities_org @organization, course_ids
|
|
|
|
@course_acts = get_course_activities_org @organization, course_ids
|
|
|
|
render :layout => 'base_org_newstyle'
|
|
|
|
render :layout => 'base_org2'
|
|
|
|
else
|
|
|
|
else
|
|
|
|
render_403
|
|
|
|
render_403
|
|
|
|
end
|
|
|
|
end
|
|
|
|