Mercurial > hg > soundsoftware-site
comparison .svn/pristine/79/79d8224df8edf9335f3c3746d6a83312fcea6db4.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
1 <div class="autoscroll"> | |
2 <table class="list entries" id="browser"> | |
3 <thead> | |
4 <tr id="root"> | |
5 <th><%= l(:field_name) %></th> | |
6 <th><%= l(:field_filesize) %></th> | |
7 <% if @repository.report_last_commit %> | |
8 <th><%= l(:label_revision) %></th> | |
9 <th><%= l(:label_age) %></th> | |
10 <th><%= l(:field_author) %></th> | |
11 <th><%= l(:field_comments) %></th> | |
12 <% end %> | |
13 </tr> | |
14 </thead> | |
15 <tbody> | |
16 <%= render :partial => 'dir_list_content' %> | |
17 </tbody> | |
18 </table> | |
19 </div> |