|
|
@ -26,7 +26,10 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td align="left" colspan="2" ><span class="font_lighter"><%= authoring topic.created_at, topic.author %>
|
|
|
|
<td align="left" colspan="2" ><span class="font_lighter"><%= authoring topic.created_at, topic.author %>
|
|
|
|
<span class="font_description2">
|
|
|
|
<span class="font_description2">
|
|
|
|
最后回复:<%=link_to_user topic.last_reply.try(:author) %>
|
|
|
|
<% author = topic.last_reply.try(:author)%>
|
|
|
|
|
|
|
|
<% if author%>
|
|
|
|
|
|
|
|
最后回复:<%=link_to_user author %>
|
|
|
|
|
|
|
|
<% end%>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
</span></td>
|
|
|
|
</span></td>
|
|
|
|