parent
d7ba950851
commit
03fed7b36d
@ -1,6 +1,21 @@
|
||||
<h4><%= link_to h(document.title), document_path(document) %></h4>
|
||||
<!-- <h4><%= link_to h(document.title), document_path(document) %></h4>
|
||||
<p><em><%= format_time(document.updated_on) %></em></p>
|
||||
|
||||
<div class="wiki">
|
||||
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!--add by huang-->
|
||||
|
||||
|
||||
|
||||
<table width="660px" align="center">
|
||||
<tr><td class="font_title_document"><%= link_to h(document.title), document_path(document) %></td></tr>
|
||||
<tr><td colspan="2">
|
||||
<div class="font_description">
|
||||
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
||||
</div>
|
||||
</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>
|
||||
</table>
|
||||
|
Loading…
Reference in new issue