From 5b576c0c94aac84e28f0710d7de26cc0a5f5ef46 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 29 May 2015 08:56:07 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=89=80=E6=9C=89=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=202=E3=80=81=E6=96=B0=E5=BB=BA=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E4=BC=9A=E6=96=B0=E6=89=93=E5=BC=80=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/index.html.erb | 4 +--- app/views/student_work/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/student_work/index.html.erb b/app/views/student_work/index.html.erb index 2a6afca76..27dee3f91 100644 --- a/app/views/student_work/index.html.erb +++ b/app/views/student_work/index.html.erb @@ -32,9 +32,7 @@
- - 所有作品(<%= @stundet_works.count%>) - + <%= link_to "所有作品(#{@stundet_works.count})".html_safe,student_work_index_path(:homework => @homework.id), :class => "fl"%> <% if @is_teacher || @homework.homework_type != 1 || @homework.homework_detail_manual.comment_status == 3%> diff --git a/app/views/student_work/new.html.erb b/app/views/student_work/new.html.erb index ff5bbf1aa..7d685131f 100644 --- a/app/views/student_work/new.html.erb +++ b/app/views/student_work/new.html.erb @@ -39,7 +39,7 @@

- 提交作品 + 提交作品 <%= link_to "返  回".html_safe, student_work_index_path(:homework => @homework), :class => "blue_btn grey_btn fl c_white"%>