2013-08-06 15:53:08 +08:00
|
|
|
<!--add by huang-->
|
|
|
|
<table width="660px" align="center">
|
2014-10-27 16:26:31 +08:00
|
|
|
<tr>
|
|
|
|
<td class="font_title_document">
|
|
|
|
<%= link_to h(document.title), document_path(document) %>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
2013-08-06 15:53:08 +08:00
|
|
|
<div class="font_description">
|
|
|
|
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
|
|
|
</div>
|
2014-10-27 16:26:31 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="right">
|
|
|
|
<p class="font_lighter">
|
|
|
|
<%= format_time(document.updated_on) %>
|
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="line_under"></td>
|
|
|
|
</tr>
|
2013-08-06 15:53:08 +08:00
|
|
|
</table>
|