@@ -1,6 +1,6 | |||||
1 | <h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4> |
|
1 | <h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4> | |
2 | <p><em><%= format_time(document.updated_on) %></em></p> |
|
2 | <p><em><%= format_time(document.updated_on) %></em></p> | |
3 |
|
3 | |||
4 | <div class="wiki"> |
|
4 | <div class="wiki"> | |
5 | <%= textilizable(truncate_lines(document.description)) %> |
|
5 | <%= textilizable(truncate_lines(document.description), :object => document) %> | |
6 | </div> |
|
6 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now