##// END OF EJS Templates
Don't require category or target version when they are not available (#20583)....
Don't require category or target version when they are not available (#20583). git-svn-id: http://svn.redmine.org/redmine/trunk@14733 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8761:f84273ca9138
r14351:68620da79ab5
Show More
_dir_list.html.erb
19 lines | 443 B | text/plain | TextLexer
Etienne Massip
Prevents SCM browser to overlay over the new repository sidebar (#779)....
r8761 <div class="autoscroll">
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>
Toshi MARUYAMA
scm: git: show only filename and filesize if setting of reporting last commit is disable (#8365, #7047)....
r5655 <% if @repository.report_last_commit %>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_age) %></th>
<th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
<% end %>
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>
Etienne Massip
Prevents SCM browser to overlay over the new repository sidebar (#779)....
r8761 </div>