From 4b81715054824fbbccd021ed15964c6d9e6531e2 Mon Sep 17 00:00:00 2001 From: miss <994230062@qq.com> Date: Tue, 5 Sep 2017 09:40:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=87=A0=E4=B8=AAissue=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/_courseList.html.erb | 2 +- .../courses/_course_index_search.html.erb | 2 +- app/views/games/_game_show.html.erb | 2 ++ app/views/games/_games_list.html.erb | 6 ++--- app/views/shixuns/_shixun_list.html.erb | 9 +------- app/views/shixuns/index.html.erb | 22 ++++++++++++++----- app/views/shixuns/search.js.erb | 2 +- app/views/subjects/edit.html.erb | 2 +- app/views/subjects/new.html.erb | 2 +- public/javascripts/edu/edu_tpi.js | 9 ++++---- 10 files changed, 32 insertions(+), 26 deletions(-) diff --git a/app/views/courses/_courseList.html.erb b/app/views/courses/_courseList.html.erb index 60214c4cd..229d4d19d 100644 --- a/app/views/courses/_courseList.html.erb +++ b/app/views/courses/_courseList.html.erb @@ -9,7 +9,7 @@ <% end %> <% sy_author = User.find(sy.tea_id) %>
<%= sy.name %>
diff --git a/app/views/courses/_course_index_search.html.erb b/app/views/courses/_course_index_search.html.erb index 7214be2ab..92592c4bc 100644 --- a/app/views/courses/_course_index_search.html.erb +++ b/app/views/courses/_course_index_search.html.erb @@ -4,7 +4,7 @@<%= link_to User.current.show_name, user_path(User.current) %> > <%= link_to "实训路径", subjects_path() %> - > 编辑 + > 编辑实训路径
<%= link_to User.current.show_name, user_path(User.current) %> > <%= link_to "实训路径", subjects_path() %> - > 新建 + > 新建实训路径