diff --git a/app/views/bids/_history.html.erb b/app/views/bids/_history.html.erb index 913c9e269..e08721c9c 100644 --- a/app/views/bids/_history.html.erb +++ b/app/views/bids/_history.html.erb @@ -1,14 +1,5 @@ - - - - <% else %> - - <% end %> - -
- <% if @bid.reward_type ==3 %> - <%=l(:label_student_response)%><%=l(:label_user_response)%>
- +<% tip1 = (@bid.reward_type == 3) ? l(:label_student_response) : l(:label_user_response) %> +

<%=tip1%>

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