##// END OF EJS Templates
[#9489] linked labels to their element...
[#9489] linked labels to their element Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7688 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7258:c21b46911e61
r7568:21d74ecead66
Show More
_document.html.erb
6 lines | 249 B | text/plain | TextLexer
Jean-Philippe Lang
Adds text formatting to documents index (#202)....
r3488 <h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4>
<p><em><%= format_time(document.updated_on) %></em></p>
<div class="wiki">
Toshi MARUYAMA
replace tabs to spaces at app/views/documents/_document.html.erb...
r7258 <%= textilizable(truncate_lines(document.description)) %>
Jean-Philippe Lang
Adds text formatting to documents index (#202)....
r3488 </div>