|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<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%>
|
|
|
|
|
|
|
|
|
|
<span class=" fr" style="color: #888888; font-size: 12px;">更新时间:<%= format_date(topic.updated_at)%></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="postDetailReply">
|
|
|
|
|
<a href="<%= forum_memo_path(topic.forum, topic)%>" class="postReplyIcon mr5" target="_blank"></a>
|
|
|
|
|