From fdcb9d16bc5887a4cf70a9128ab27f8ffcfb2fa4 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Wed, 24 May 2017 10:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E6=88=90=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E6=90=9C=E7=B4=A2=E6=A1=86=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8=EF=BC=8C=E4=B8=94=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=B2=A1=E6=9C=89=E4=B8=8A=E4=B8=8B=E5=B1=85?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- app/views/courses/_member_all_student_list.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 57e9d17f7..8033bf210 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development, :test do gem 'pry-byebug' gem "test-unit", "~>3.0" end - # gem 'rspec-rails', '~> 3.0' + gem 'rspec-rails', '~> 3.0' gem 'factory_girl_rails' end diff --git a/app/views/courses/_member_all_student_list.html.erb b/app/views/courses/_member_all_student_list.html.erb index 32c51f05b..baaaf80f3 100644 --- a/app/views/courses/_member_all_student_list.html.erb +++ b/app/views/courses/_member_all_student_list.html.erb @@ -41,7 +41,7 @@ <%= link_to '学号排序', course_member_path(@course, :order => "student_id", :role => 'as', :sort => @sort), :class => "fl #{@order == 'student_id' ? 'color-blue' : ''}", :remote => true %> | <%= link_to '姓名排序', course_member_path(@course, :order => "lastname", :role => 'as', :sort => @sort), :class => "fl #{@order == 'lastname' ? 'color-blue' : ''}", :remote => true %> - +