Sort repositories in settings (#779).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8669 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-01-17 18:43:34 +00:00
parent 0c6830f8e0
commit 8b994475c4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</tr>
</thead>
<tbody>
<% @project.repositories.each do |repository| %>
<% @project.repositories.sort.each do |repository| %>
<tr class="<%= cycle 'odd', 'even' %>">
<td><%=h repository.scm_name %></td>
<td><%=h repository.identifier %></td>