##// END OF EJS Templates
PDF: Ruby 1.9 compatibility for FPDF ANSI (#61)....
PDF: Ruby 1.9 compatibility for FPDF ANSI (#61). Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5331 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1019:3e0acc0b7e1f
r5211:47dccc53b362
Show More
_dir_list.rhtml
15 lines | 350 B | text/html+ruby | RhtmlLexer
<table class="list entries" id="browser">
<thead>
<tr id="root">
<th><%= l(:field_name) %></th>
<th><%= l(:field_filesize) %></th>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_age) %></th>
<th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
</tr>
</thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
</tbody>
</table>