comparison app/views/repositories/_dir_list.rhtml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
1 <table class="list entries" id="browser"> 1 <table class="list entries" id="browser">
2 <thead> 2 <thead>
3 <tr id="root"> 3 <tr id="root">
4 <th><%= l(:field_name) %></th> 4 <th><%= l(:field_name) %></th>
5 <th><%= l(:field_filesize) %></th> 5 <th><%= l(:field_filesize) %></th>
6 <th><%= l(:label_revision) %></th> 6 <% if @repository.report_last_commit %>
7 <th><%= l(:label_age) %></th> 7 <th><%= l(:label_revision) %></th>
8 <th><%= l(:field_author) %></th> 8 <th><%= l(:label_age) %></th>
9 <th><%= l(:field_comments) %></th> 9 <th><%= l(:field_author) %></th>
10 <th><%= l(:field_comments) %></th>
11 <% end %>
10 </tr> 12 </tr>
11 </thead> 13 </thead>
12 <tbody> 14 <tbody>
13 <%= render :partial => 'dir_list_content' %> 15 <%= render :partial => 'dir_list_content' %>
14 </tbody> 16 </tbody>