##// END OF EJS Templates
Template error when user's timezone isn't set and UTC timestamps are used (#1889)....
Template error when user's timezone isn't set and UTC timestamps are used (#1889). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1801 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1019:3e0acc0b7e1f
r1799:8d6b32645c7b
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>