##// END OF EJS Templates
Allow mass status update through context menu. #3411...
Allow mass status update through context menu. #3411 NB: it cannot be done with issues from different projects, same as other fields. This will be addressed separately, see #5332. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4055 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1019:3e0acc0b7e1f
r3941:a2ce6e236c39
Show More
_dir_list.rhtml
15 lines | 350 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <table class="list entries" id="browser">
Jean-Philippe Lang
Added a bit of AJAX on the SCM browser (tree view)....
r849 <thead>
<tr id="root">
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <th><%= l(:field_name) %></th>
<th><%= l(:field_filesize) %></th>
<th><%= l(:label_revision) %></th>
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <th><%= l(:label_age) %></th>
Jean-Philippe Lang
Added last commit message for each entry in repository browser....
r491 <th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </tr>
Jean-Philippe Lang
Added a bit of AJAX on the SCM browser (tree view)....
r849 </thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </tbody>
</table>