|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<div class="homepagePostDate">
|
|
|
|
|
时间:<%= format_time(activity.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostIntro break_word upload_img" id="activity_description_<%= user_activity_id%>">
|
|
|
|
|
<div class="homepagePostIntro break_word upload_img list_style" id="activity_description_<%= user_activity_id%>">
|
|
|
|
|
<% if activity.parent_id.nil? %>
|
|
|
|
|
<%= activity.content.to_s.html_safe%>
|
|
|
|
|
<% else %>
|
|
|
|
@ -74,7 +74,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_time(reply.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word"><%= reply.content.html_safe %></div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style"><%= reply.content.html_safe %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|