|
|
|
@ -13,10 +13,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
<% author = topic.last_reply.try(:author)%>
|
|
|
|
|
<% if author%>
|
|
|
|
|
<div class="postDetailCreater">最后回复:<a href="<%= user_path(author) %>" class="linkBlue2" target="_blank"><%= author.name%></a></div>
|
|
|
|
|
<div class="postDetailCreater">最后回复:<a href="<%= user_path(author) %>" class="linkBlue2" target="_blank"><%= author.name%></a></div>
|
|
|
|
|
<div class="postDetailDate"><%= format_date(topic.last_reply.created_at)%></div>
|
|
|
|
|
<% end%>
|
|
|
|
|
|
|
|
|
|
<div class=" fr" style="color: #888888;font-size: 12px">最后更新:<%= format_date(topic.updated_at)%></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="postDetailReply">
|
|
|
|
|
<a href="<%= forum_memo_path(topic.forum, topic)%>" class="postReplyIcon mr5" target="_blank"></a>
|
|
|
|
|