diff --git a/app/views/courses/code_repeat.html.erb b/app/views/courses/code_repeat.html.erb index 47054218b..2a0d620c6 100644 --- a/app/views/courses/code_repeat.html.erb +++ b/app/views/courses/code_repeat.html.erb @@ -1,5 +1,5 @@
-

班级首页 > 作业列表 +

班级首页 > 作业列表 <% if @index %> >#<%= @index %> <% end %> diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index f8b6d4b9b..33cd6b56c 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -52,7 +52,7 @@

<% if @show_page %> -

+

<%= link_to User.current.show_name, user_path(User.current) %> > <%= link_to '智能课堂', user_course_community_path(User.current) %> > @@ -60,7 +60,7 @@ <%= link_to @course.name, course_path(@course), :title => '班级' %>

<% else %> -

+

<%= link_to '班级首页', course_path(@course) %> > <%= @curr_page %>