Mercurial > hg > soundsoftware-site
annotate .svn/pristine/cd/cd82575e9a77e51c0f726bf6149523455798899e.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <table class="list entries" id="browser"> |
Chris@909 | 2 <thead> |
Chris@909 | 3 <tr id="root"> |
Chris@909 | 4 <th><%= l(:field_name) %></th> |
Chris@909 | 5 <th><%= l(:field_filesize) %></th> |
Chris@909 | 6 <% if @repository.report_last_commit %> |
Chris@909 | 7 <th><%= l(:label_revision) %></th> |
Chris@909 | 8 <th><%= l(:label_age) %></th> |
Chris@909 | 9 <th><%= l(:field_author) %></th> |
Chris@909 | 10 <th><%= l(:field_comments) %></th> |
Chris@909 | 11 <% end %> |
Chris@909 | 12 </tr> |
Chris@909 | 13 </thead> |
Chris@909 | 14 <tbody> |
Chris@909 | 15 <%= render :partial => 'dir_list_content' %> |
Chris@909 | 16 </tbody> |
Chris@909 | 17 </table> |