annotate .svn/pristine/79/79d8224df8edf9335f3c3746d6a83312fcea6db4.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 <div class="autoscroll">
Chris@1295 2 <table class="list entries" id="browser">
Chris@1295 3 <thead>
Chris@1295 4 <tr id="root">
Chris@1295 5 <th><%= l(:field_name) %></th>
Chris@1295 6 <th><%= l(:field_filesize) %></th>
Chris@1295 7 <% if @repository.report_last_commit %>
Chris@1295 8 <th><%= l(:label_revision) %></th>
Chris@1295 9 <th><%= l(:label_age) %></th>
Chris@1295 10 <th><%= l(:field_author) %></th>
Chris@1295 11 <th><%= l(:field_comments) %></th>
Chris@1295 12 <% end %>
Chris@1295 13 </tr>
Chris@1295 14 </thead>
Chris@1295 15 <tbody>
Chris@1295 16 <%= render :partial => 'dir_list_content' %>
Chris@1295 17 </tbody>
Chris@1295 18 </table>
Chris@1295 19 </div>