diff --git a/app/views/organizations/_org_activities.html.erb b/app/views/organizations/_org_activities.html.erb index 8696cd426..cc1404eb5 100644 --- a/app/views/organizations/_org_activities.html.erb +++ b/app/views/organizations/_org_activities.html.erb @@ -57,7 +57,7 @@ <% when 'Message' %> <%= render :partial => 'users/project_message', :locals => {:activity => Message.find(act.org_act_id),:user_activity_id =>act.id, :is_course=>0, :is_board=>0} %> <% when 'Project'%> - <%= render :partial => 'users/project_create', :locals => {:activity => act,:user_activity_id =>act.id} %> + <%= render :partial => 'organizations/project_create', :locals => {:activity => act,:user_activity_id =>act.id} %> <% end %> <% end %> <% if act.container_type == 'Course' %> diff --git a/app/views/organizations/_show_custom_org_subfield.html.erb b/app/views/organizations/_show_custom_org_subfield.html.erb index 54416b6f0..aad0d0c84 100644 --- a/app/views/organizations/_show_custom_org_subfield.html.erb +++ b/app/views/organizations/_show_custom_org_subfield.html.erb @@ -1,14 +1,15 @@ -<% if @subfield_acts.blank? %> -

该模块暂时没有相关内容

-<% else %> -
-
-
-
- 您的位置:<%= link_to "首页", organization_path(@organization), :class => "sn-link-grey2" %> > - <%= @org_subfield.name %> -
-
+
+
+
+
+ 您的位置:<%= link_to "首页", organization_path(@organization), :class => "sn-link-grey2" %> > + <%= @org_subfield.name %> +
+
+ <% if @subfield_acts.blank? %> +

该模块暂时没有相关内容

+ <% else %> +

<%= @org_subfield.name %>

    @@ -34,12 +35,13 @@
- - - - + + + +
-
-
-<% end %> + <% end %> +
+
+ diff --git a/app/views/organizations/_subfield_list.html.erb b/app/views/organizations/_subfield_list.html.erb index aa1084304..d84f1299d 100644 --- a/app/views/organizations/_subfield_list.html.erb +++ b/app/views/organizations/_subfield_list.html.erb @@ -73,7 +73,7 @@
  • <%= org_subfield_type field %>