|
|
|
@ -13,11 +13,11 @@
|
|
|
|
|
<% course=Course.find(activity.jour_id) %>
|
|
|
|
|
<%= link_to course.name.to_s+" | 课程留言", course_feedback_path(course), :class => "newsBlue ml15" %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostTitle break_word">
|
|
|
|
|
<div class="homepagePostTitle break_word list_style upload_img">
|
|
|
|
|
<% if activity.m_parent_id.nil? %>
|
|
|
|
|
<%= link_to activity.notes.to_s, course_feedback_path(course), :class => "postGrey" %>
|
|
|
|
|
<%= link_to activity.notes.html_safe, course_feedback_path(course), :class => "postGrey" %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to activity.parent.notes.to_s, course_feedback_path(course), :class => "postGrey" %>
|
|
|
|
|
<%= link_to activity.parent.notes.html_safe, course_feedback_path(course), :class => "postGrey" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostDate">
|
|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_time(comment.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style"><%= comment.notes.html_safe %></div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img"><%= comment.notes.html_safe %></div>
|
|
|
|
|
<% fetch_user_leaveWord_reply(comment).each do |reply| unless fetch_user_leaveWord_reply(comment).nil? %>
|
|
|
|
|
<div class="recall">
|
|
|
|
|
<div class="homepagePostReplyPortrait">
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_time reply.created_on %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style"><%= reply.notes.html_safe %></div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img"><%= reply.notes.html_safe %></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|