From 322ff780a4d817d309f60eae1873fec3dccf92c2 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Tue, 23 May 2017 19:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E7=9A=84=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E6=A0=8F=E5=92=8C=E5=8F=B3=E4=BE=A7tip=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/code_repeat.html.erb | 2 +- app/views/layouts/base_courses.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %>