|
|
@ -16,7 +16,7 @@
|
|
|
|
<%= link_to activity.title.to_s, news_path(activity), :class => "postGrey" %>
|
|
|
|
<%= link_to activity.title.to_s, news_path(activity), :class => "postGrey" %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="homepagePostDate">
|
|
|
|
<div class="homepagePostDate">
|
|
|
|
发布时间:<%= format_date(activity.created_on) %>
|
|
|
|
发布时间:<%= format_time(activity.created_on) %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="homepagePostIntro break_word upload_img" id="activity_description_<%= user_activity_id %>">
|
|
|
|
<div class="homepagePostIntro break_word upload_img" id="activity_description_<%= user_activity_id %>">
|
|
|
|
通知描述:
|
|
|
|
通知描述:
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
<%if count>2 %>
|
|
|
|
<%if count>2 %>
|
|
|
|
<div class="homepagePostReplyBannerMore">
|
|
|
|
<div class="homepagePostReplyBannerMore">
|
|
|
|
<a id="reply_btn_<%=user_activity_id%>" onclick="expand_reply('#reply_div_<%= user_activity_id %> li','#reply_btn_<%=user_activity_id%>')" data-count="<%= count %>" data-init="0" class=" replyGrey" href="javascript:void(0)" value="show_help" >
|
|
|
|
<a id="reply_btn_<%=user_activity_id%>" onclick="expand_reply('#reply_div_<%= user_activity_id %> li','#reply_btn_<%=user_activity_id%>')" data-count="<%= count %>" data-init="0" class=" replyGrey" href="javascript:void(0)" value="show_help" >
|
|
|
|
点击展开更多回复(<%= count.to_s%>)
|
|
|
|
展开更多
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= link_to comment.try(:author).try(:realname), user_path(comment.author_id), :class => "newsBlue mr10 f14" %>
|
|
|
|
<%= link_to comment.try(:author).try(:realname), user_path(comment.author_id), :class => "newsBlue mr10 f14" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<%= format_date(comment.created_on) %>
|
|
|
|
<%= format_time(comment.created_on) %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="homepagePostReplyContent break_word"><%= comment.comments.html_safe %></div>
|
|
|
|
<div class="homepagePostReplyContent break_word"><%= comment.comments.html_safe %></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|