From 6b53ebadafed641e0f5469613f2ee0af0781cb85 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Tue, 21 Jan 2014 21:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=88=9B=E6=96=B0?= =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E4=B8=AD=E7=94=A8=E6=88=B7=E7=95=99=E8=A8=80?= =?UTF-8?q?=E7=9A=84=E5=8C=BF=E5=90=8D=E7=94=A8=E6=88=B7=E7=99=BB=E9=99=86?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E5=AF=B9=E5=85=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_history.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bids/_history.html.erb b/app/views/bids/_history.html.erb index e8fced1fd..503a8614b 100644 --- a/app/views/bids/_history.html.erb +++ b/app/views/bids/_history.html.erb @@ -1,6 +1,6 @@ <% reply_allow = JournalsForMessage.create_by_user? User.current %> <% tip1 = (@bid.reward_type == 3) ? l(:label_student_response) : l(:label_user_response) %> -

<%=tip1%>

+

<%=tip1%>

<%= render :partial => 'new', :locals => {:bid => @bid, :sta => @state} %>