Mercurial > hg > soundsoftware-site
comparison app/views/repositories/_dir_list.html.erb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | c6c2cbd0afee |
children | 63650ae64bf2 |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 <div class="autoscroll"> | |
1 <table class="list entries" id="browser"> | 2 <table class="list entries" id="browser"> |
2 <thead> | 3 <thead> |
3 <tr id="root"> | 4 <tr id="root"> |
4 <th><%= l(:field_name) %></th> | 5 <th><%= l(:field_name) %></th> |
5 <th><%= l(:field_filesize) %></th> | 6 <th><%= l(:field_filesize) %></th> |
13 </thead> | 14 </thead> |
14 <tbody> | 15 <tbody> |
15 <%= render :partial => 'dir_list_content' %> | 16 <%= render :partial => 'dir_list_content' %> |
16 </tbody> | 17 </tbody> |
17 </table> | 18 </table> |
19 </div> |