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} %>