课程留言:回复留言的回复时输入框样式异常问题

This commit is contained in:
z9hang 2015-03-24 20:40:37 +08:00
parent 24b22fce9e
commit 95beba05f1
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@
</div>
<div id='<%=id%>' class="respond-form">
<% if reply_allow %>
<%= render :partial => "words/new_respond", :locals => {:journal => journal, :m_reply_id => m_reply_id,:show_name => show_name} %>
<% if journal.jour_type == "Course" %>
<%= render :partial => "words/new_respond_course", :locals => {:journal => journal, :m_reply_id => m_reply_id,:show_name => show_name} %>
<% else %>
<%= render :partial => "words/new_respond", :locals => {:journal => journal, :m_reply_id => m_reply_id,:show_name => show_name} %>
<% end %>
<% end %>
</div>
<div style="clear: both;"></div>