|
|
|
@ -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) %>
|
|
|
|
|
<p class="font_lighter" style="font-size: 15px; padding-left: 85px; "><%=tip1%></p>
|
|
|
|
|
<p class="font_lighter" style="font-size: 15px; padding-left: 12px; "><%=tip1%></p>
|
|
|
|
|
|
|
|
|
|
<div id='leave-message'>
|
|
|
|
|
<%= render :partial => 'new', :locals => {:bid => @bid, :sta => @state} %>
|
|
|
|
|