|
|
|
@ -45,15 +45,16 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReply">
|
|
|
|
|
<div class="homepagePostReplyBanner">
|
|
|
|
|
<% count=0 %>
|
|
|
|
|
<div class="homepagePostReplyBannerCount" onclick="expand_reply_input('#reply_input_<%= user_activity_id %>');">回复(
|
|
|
|
|
<% if activity.parent %>
|
|
|
|
|
<% count=activity.parent.children.count%>
|
|
|
|
|
<% else %>
|
|
|
|
|
<% count=activity.children.count%>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="homepagePostReply">
|
|
|
|
|
<div class="topBorder" style="display: <%= count>0 ? 'none': '' %>"></div>
|
|
|
|
|
<div class="homepagePostReplyBanner" style="display: <%= count>0 ? '': 'none' %>">
|
|
|
|
|
<div class="homepagePostReplyBannerCount" onclick="expand_reply_input('#reply_input_<%= user_activity_id %>');">回复(
|
|
|
|
|
<%= count %>
|
|
|
|
|
)</div>
|
|
|
|
|
<div class="homepagePostReplyBannerTime"><%#=format_date(activity.updated_on)%></div>
|
|
|
|
|