##// END OF EJS Templates
Prevents SCM browser to overlay over the new repository sidebar (#779)....
Etienne Massip -
r8761:f84273ca9138
parent child
Show More
@@ -1,17 +1,19
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>
6 <% if @repository.report_last_commit %>
7 <% if @repository.report_last_commit %>
7 <th><%= l(:label_revision) %></th>
8 <th><%= l(:label_revision) %></th>
8 <th><%= l(:label_age) %></th>
9 <th><%= l(:label_age) %></th>
9 <th><%= l(:field_author) %></th>
10 <th><%= l(:field_author) %></th>
10 <th><%= l(:field_comments) %></th>
11 <th><%= l(:field_comments) %></th>
11 <% end %>
12 <% end %>
12 </tr>
13 </tr>
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>
General Comments 0
You need to be logged in to leave comments. Login now