From 2b829db804c726e602f098306bbd1dc0390629d2 Mon Sep 17 00:00:00 2001 From: z9hang Date: Tue, 11 Nov 2014 11:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E6=89=93=E5=BC=80=E8=AF=84?= =?UTF-8?q?=E5=88=86=E7=95=8C=E9=9D=A2=E6=97=B6=EF=BC=8C=E8=AF=84=E5=88=86?= =?UTF-8?q?=E5=A4=84=E6=98=BE=E7=A4=BA=E5=85=B6=E4=B8=8A=E6=AC=A1=E7=9A=84?= =?UTF-8?q?=E8=AF=84=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/homework_attach/_show_star.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/homework_attach/_show_star.html.erb b/app/views/homework_attach/_show_star.html.erb index 2044c5360..0f842a1cd 100644 --- a/app/views/homework_attach/_show_star.html.erb +++ b/app/views/homework_attach/_show_star.html.erb @@ -12,5 +12,5 @@ <% elsif @is_comprehensive_evaluation == 1%> <%= l(:label_work_rating) %>: - <%= rating_for homework, dimension: :quality,start_score: 0, class: 'rateable div_inline' %> + <%= rating_for homework, dimension: :quality,start_score: @m_score, class: 'rateable div_inline' %> <% end %> \ No newline at end of file