|
|
|
@ -51,20 +51,18 @@
|
|
|
|
|
</table></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" ><span class="font_description"> </span></td>
|
|
|
|
|
<td><span class="font_description"><%= topic.short_content(70) %> </span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" colspan="2" ><span class="font_lighter"><%= user_url_and_time topic.username, topic.userhomeurl, topic.created_at %>
|
|
|
|
|
<td align="left"><span class="font_lighter"><%= user_url_and_time topic.username, topic.userhomeurl, topic.created_at %>
|
|
|
|
|
<br />
|
|
|
|
|
</span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" colspan="2" >帖子来源:<span class="font_lighter" style="color: #068d9c"><%=link_to 'OSChina', topic.url %>
|
|
|
|
|
<td align="left">帖子来源:<span class="font_lighter" style="color: #068d9c"><%=link_to 'OSChina', topic.url %>
|
|
|
|
|
</span></td>
|
|
|
|
|
<td align="left"><%= no_use_link(topic, User.current) %> </td>
|
|
|
|
|
<td colspan="3" align="center"><%= no_use_link(topic, User.current) %> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</table></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|