课程动态
暂无内容,敬请期待!
- <% else %> -
-
-
- <%= link_to "More", organization_path(@organization, :list =>1), :class => "more-btn-center mt30" , :target => "_blank" %>
-
- <% end %>
-
-
- -
- <% unless @course_acts_homework.nil? %>
-
- - <% @course_acts_homework.each do |act| %> - <%= render :partial => 'org_new_course_homework', :locals => {:activity => HomeworkCommon.find(act.org_act_id),:user_activity_id =>act.id, :course_activity => 0} %> - <% end %> - - <% end %> - <% unless @course_acts_message.nil? %> -
- - <% @course_acts_message.each do |act| %> - <%= render :partial => 'org_new_course_message', :locals => {:activity => Message.find(act.org_act_id), :user_activity_id =>act.id} %> - <% end %> - - <% end %> - <% unless @course_acts_news.nil? %> -
- - <% @course_acts_news.each do |act| %> - <%= render :partial => 'org_new_course_news', :locals => {:activity => News.find(act.org_act_id), :user_activity_id =>act.id} %> - <% end %> - - <% end %> - -