comparison .svn/pristine/cd/cd82575e9a77e51c0f726bf6149523455798899e.svn-base @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents
children
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
1 <table class="list entries" id="browser">
2 <thead>
3 <tr id="root">
4 <th><%= l(:field_name) %></th>
5 <th><%= l(:field_filesize) %></th>
6 <% if @repository.report_last_commit %>
7 <th><%= l(:label_revision) %></th>
8 <th><%= l(:label_age) %></th>
9 <th><%= l(:field_author) %></th>
10 <th><%= l(:field_comments) %></th>
11 <% end %>
12 </tr>
13 </thead>
14 <tbody>
15 <%= render :partial => 'dir_list_content' %>
16 </tbody>
17 </table>