comparison app/views/repositories/_dir_list.html.erb @ 908:c6c2cbd0afee redmine-1.3

Rename .rhtml files to .html.erb in preparation for merge
author Chris Cannam
date Fri, 24 Feb 2012 18:36:29 +0000
parents app/views/repositories/_dir_list.rhtml@cbce1fd3b1b7
children 433d4f72a19b
comparison
equal deleted inserted replaced
907:df51e8ff578d 908:c6c2cbd0afee
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>